4 references to AdManifestPackageDoesNotExist
dotnet (1)
Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
408
_reporter.WriteLine(CliCommandStrings.
AdManifestPackageDoesNotExist
, manifest.Id);
dotnet.Tests (3)
CommandTests\Workload\Install\GivenWorkloadManifestUpdater.cs (3)
282
_reporter.Lines.Should().NotContain(string.Format(CliCommandStrings.
AdManifestPackageDoesNotExist
, testManifestName));
349
_reporter.Lines.Should().Contain(string.Format(CliCommandStrings.
AdManifestPackageDoesNotExist
, testManifestName));
415
_reporter.Lines.Should().Contain(string.Format(CliCommandStrings.
AdManifestPackageDoesNotExist
, testManifestName));