13 references to Resources
Microsoft.DotNet.PackageValidation (13)
ApiCompatRunnerExtensions.cs (2)
59
displayString: options.IsBaselineComparison ?
Resources
.Baseline + " " + leftContentItems[leftIndex].Path : null,
93
string.Format(
Resources
.MissingSearchDirectory,
Microsoft.DotNet.PackageValidation.Resources.cs (1)
10
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(
Resources
)));
Package.cs (2)
127
throw new ArgumentException(
Resources
.EmptyPackagePath);
132
throw new FileNotFoundException(string.Format(
Resources
.NonExistentPackagePath, packagePath));
Validators\BaselinePackageValidator.cs (5)
50
string.Format(
Resources
.MissingTargetFramework,
74
string.Format(
Resources
.MissingTargetFramework,
103
string.Format(
Resources
.MissingTargetFrameworkAndRid,
125
string.Format(
Resources
.BaselineTargetFrameworksIgnored,
139
string.Format(
Resources
.BaselineTargetFrameworkIgnoredButPresentInCurrentPackage,
Validators\CompatibleTFMValidator.cs (3)
46
string.Format(
Resources
.NoCompatibleCompileTimeAsset,
56
string.Format(
Resources
.NoCompatibleRuntimeAsset,
76
string.Format(
Resources
.NoCompatibleRidSpecificRuntimeAsset,