5 references to CheckForUpdatedWorkloadManifests
dotnet (1)
Commands\Workload\Install\WorkloadInstallCommand.cs (1)
244Reporter.WriteLine(CliCommandStrings.CheckForUpdatedWorkloadManifests);
dotnet.Tests (4)
CommandTests\Workload\Install\GivenDotnetWorkloadInstall.cs (4)
597.NotHaveStdOutContaining(CliCommandStrings.CheckForUpdatedWorkloadManifests) 614.HaveStdOutContaining(CliCommandStrings.CheckForUpdatedWorkloadManifests) 638string.Join(" ", _reporter.Lines).Should().Contain(CliCommandStrings.CheckForUpdatedWorkloadManifests); 639string.Join(" ", _reporter.Lines).Should().Contain(string.Format(CliCommandStrings.CheckForUpdatedWorkloadManifests, "mock-manifest"));