2 references to FailedToMapSourceUnderPackageSourceMapping
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
408
throw new NuGetPackageInstallerException(string.Format(CliStrings.
FailedToMapSourceUnderPackageSourceMapping
, packageId));
Microsoft.DotNet.PackageInstall.Tests (1)
NuGetPackageInstallerTests.cs (1)
213
(await a.Should().ThrowAsync<NuGetPackageInstallerException>()).And.Message.Should().Contain(string.Format(CliStrings.
FailedToMapSourceUnderPackageSourceMapping
, TestPackageId));