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