File: Microsoft.DotNet.ApiCompat.CommonResources.cs
Project: ..\..\..\test\Microsoft.DotNet.ApiCompat.Tests\Microsoft.DotNet.ApiCompat.Tests.csproj (Microsoft.DotNet.ApiCompat.Tests)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.DotNet.ApiCompat
{
    internal static partial class CommonResources
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(CommonResources)));
        internal static global::System.Globalization.CultureInfo Culture { get; set; }
#if !NET20
        [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
#endif
        internal static string GetResourceString(string resourceKey, string defaultValue = null) =>  ResourceManager.GetString(resourceKey, Culture);
        /// <summary>When enqueuing work items per assembly, the number of passed in left and right assemblies must be equal.</summary>
        internal static string @CreateWorkItemPerAssemblyAssembliesNotEqual => GetResourceString("CreateWorkItemPerAssemblyAssembliesNotEqual");
        /// <summary>Invalid transformation pattern provided: '{0} - {1}'.</summary>
        internal static string @InvalidRexegStringTransformationPattern => GetResourceString("InvalidRexegStringTransformationPattern");
        /// <summary>APICompat ran successfully without finding any breaking changes.</summary>
        internal static string @NoBreakingChangesFound => GetResourceString("NoBreakingChangesFound");
        /// <summary>A file path must be passed in to successfully generate a compatibility suppression file.</summary>
        internal static string @SuppressionsFileNotSpecified => GetResourceString("SuppressionsFileNotSpecified");
        /// <summary>The minimum version required of Roslyn is '{1}' and you are using version '{0}' of Roslyn. You can update the SDK to get the latest version.</summary>
        internal static string @UpdateSdkVersion => GetResourceString("UpdateSdkVersion");
        /// <summary>Successfully wrote compatibility suppressions to '{0}'.</summary>
        internal static string @WroteSuppressions => GetResourceString("WroteSuppressions");
 
    }
}