6 references to CommonResources
Microsoft.DotNet.ApiCompat.Tests (6)
Microsoft.DotNet.ApiCompat.CommonResources.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(CommonResources)));
RoslynResolver.cs (1)
75throw new Exception(string.Format(CommonResources.UpdateSdkVersion, resolvedVersion, name.Version));
SuppressionFileHelper.cs (3)
38log.LogError(CommonResources.SuppressionsFileNotSpecified); 45string.Format(CommonResources.WroteSuppressions, suppressionOutputFile)); 61log.LogMessage(MessageImportance.Normal, CommonResources.NoBreakingChangesFound);
ValidateAssemblies.cs (1)
53throw new Exception(CommonResources.CreateWorkItemPerAssemblyAssembliesNotEqual);