File: Microsoft.DotNet.ApiCompat.Resources.cs
Project: ..\..\..\src\Compatibility\ApiCompat\Microsoft.DotNet.ApiCompat.Task\Microsoft.DotNet.ApiCompat.Task.csproj (Microsoft.DotNet.ApiCompat.Task)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.DotNet.ApiCompat
{
    internal static partial class Resources
    {
        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(Resources)));
        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>API breaking changes found. If those are intentional, the APICompat suppression file can be updated by rebuilding with '/p:ApiCompatGenerateSuppressionFile=true'</summary>
        internal static string @BreakingChangesFoundRegenerateSuppressionFileCommandHelp => GetResourceString("BreakingChangesFoundRegenerateSuppressionFileCommandHelp");
        /// <summary>Unnecessary suppressions found. The APICompat suppression file can be updated by rebuilding with '/p:ApiCompatGenerateSuppressionFile=true'</summary>
        internal static string @UnnecessarySuppressionsFoundRegenerateSuppressionFileCommandHelp => GetResourceString("UnnecessarySuppressionsFoundRegenerateSuppressionFileCommandHelp");
 
    }
}