File: Microsoft.DotNet.ApiCompatibility.Resources.cs
Project: ..\..\..\src\Compatibility\ApiCompat\Microsoft.DotNet.ApiCompatibility\Microsoft.DotNet.ApiCompatibility.csproj (Microsoft.DotNet.ApiCompatibility)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.DotNet.ApiCompatibility
{
    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>Assembly with name '{0}' does not exist at {1}.</summary>
        internal static string @AssemblyNameDoesNotExist => GetResourceString("AssemblyNameDoesNotExist");
        /// <summary>{2} assembly name '{0}' does not match with {3} assembly name '{1}'.</summary>
        internal static string @AssemblyNameDoesNotMatch => GetResourceString("AssemblyNameDoesNotMatch");
        /// <summary>{2} assembly public key token '{0}' does not match with {3} '{1}'.</summary>
        internal static string @AssemblyPublicKeyTokenDoesNotMatch => GetResourceString("AssemblyPublicKeyTokenDoesNotMatch");
        /// <summary>Provided assembly search directory '{0}' does not exist.</summary>
        internal static string @AssemblySearchDirectoryDoesNotExist => GetResourceString("AssemblySearchDirectoryDoesNotExist");
        /// <summary>Cannot add abstract member '{0}' to {1} because it does not exist on {2}</summary>
        internal static string @CannotAddAbstractMember => GetResourceString("CannotAddAbstractMember");
        /// <summary>{2} assembly culture '{0}' does not match with {3} assembly culture '{1}'.</summary>
        internal static string @AssemblyCultureDoesNotMatch => GetResourceString("AssemblyCultureDoesNotMatch");
        /// <summary>{3} assembly version '{1}' should be equal to {2} version '{0}'.</summary>
        internal static string @AssemblyVersionDoesNotMatch => GetResourceString("AssemblyVersionDoesNotMatch");
        /// <summary>{2} assembly version '{0}' should be equal to or higher than {3} version '{1}'.</summary>
        internal static string @AssemblyVersionIsNotCompatible => GetResourceString("AssemblyVersionIsNotCompatible");
        /// <summary>Element at index {0} should not be null.</summary>
        internal static string @ElementShouldNotBeNullAtIndex => GetResourceString("ElementShouldNotBeNullAtIndex");
        /// <summary>The {0} index should be in the range zero through {1} inclusive.</summary>
        internal static string @IndexShouldBeWithinSetSizeRange => GetResourceString("IndexShouldBeWithinSetSizeRange");
        /// <summary>Member '{0}' exists on {1} but not on {2}</summary>
        internal static string @MemberExistsOnLeft => GetResourceString("MemberExistsOnLeft");
        /// <summary>Member '{0}' exists on {2} but not on {1}</summary>
        internal static string @MemberExistsOnRight => GetResourceString("MemberExistsOnRight");
        /// <summary>Should at least contain one right name.</summary>
        internal static string @RightNamesAtLeastOne => GetResourceString("RightNamesAtLeastOne");
        /// <summary>Value of '{0}' should be greater than 0.</summary>
        internal static string @ShouldBeGreaterThanZero => GetResourceString("ShouldBeGreaterThanZero");
        /// <summary>Type '{0}' exists on {1} but not on {2}</summary>
        internal static string @TypeMissingOnSide => GetResourceString("TypeMissingOnSide");
        /// <summary>Cannot add interface member '{0}' to {1} because it does not exist on {2}</summary>
        internal static string @CannotAddMemberToInterface => GetResourceString("CannotAddMemberToInterface");
        /// <summary>Type '{0}' does not implement interface '{1}' on {2} but it does on {3}</summary>
        internal static string @CannotRemoveBaseInterface => GetResourceString("CannotRemoveBaseInterface");
        /// <summary>Type '{0}' does not inherit from base type '{1}' on {2} but it does on {3}</summary>
        internal static string @CannotRemoveBaseType => GetResourceString("CannotRemoveBaseType");
        /// <summary>Type '{0}' has the sealed modifier on {1} but not on {2}</summary>
        internal static string @TypeIsActuallySealed => GetResourceString("TypeIsActuallySealed");
        /// <summary>Type '{0}' is sealed because it has no visible constructor on {1} but it does on {2}</summary>
        internal static string @TypeIsEffectivelySealed => GetResourceString("TypeIsEffectivelySealed");
        /// <summary>Value of field '{1}' in enum '{0}' changed from '{2}' to '{3}'.</summary>
        internal static string @EnumValuesMustMatch => GetResourceString("EnumValuesMustMatch");
        /// <summary>Underlying type of enum '{0}' changed from '{1}' to '{2}'.</summary>
        internal static string @EnumTypesMustMatch => GetResourceString("EnumTypesMustMatch");
        /// <summary>Cannot add virtual keyword to member '{0}'.</summary>
        internal static string @CannotAddVirtualToMember => GetResourceString("CannotAddVirtualToMember");
        /// <summary>Cannot remove '{0}' keyword from member '{1}'.</summary>
        internal static string @CannotRemoveVirtualOrAbstractFromMember => GetResourceString("CannotRemoveVirtualOrAbstractFromMember");
        /// <summary>API compatibility errors between '{0}' ({2}) and '{1}' ({3}):</summary>
        internal static string @ApiCompatibilityHeader => GetResourceString("ApiCompatibilityHeader");
        /// <summary>Executing {0} work item(s)...</summary>
        internal static string @ApiCompatRunnerExecutingWorkItems => GetResourceString("ApiCompatRunnerExecutingWorkItems");
        /// <summary>Could not load assembly symbols for '{0}'. Skipping the assembly.</summary>
        internal static string @AssemblyLoadError => GetResourceString("AssemblyLoadError");
        /// <summary>Cannot add attribute '{0}' to '{1}'.</summary>
        internal static string @CannotAddAttribute => GetResourceString("CannotAddAttribute");
        /// <summary>Cannot change arguments of attribute '{0}' on '{1}'.</summary>
        internal static string @CannotChangeAttribute => GetResourceString("CannotChangeAttribute");
        /// <summary>Cannot remove attribute '{0}' from '{1}'.</summary>
        internal static string @CannotRemoveAttribute => GetResourceString("CannotRemoveAttribute");
        /// <summary>Cannot add constraint '{0}' on type parameter '{1}' of '{2}'.</summary>
        internal static string @CannotAddGenericConstraint => GetResourceString("CannotAddGenericConstraint");
        /// <summary>Cannot remove constraint '{0}' on type parameter '{1}' of '{2}'.</summary>
        internal static string @CannotRemoveGenericConstraint => GetResourceString("CannotRemoveGenericConstraint");
        /// <summary>Parameter name on member '{0}' changed from '{1}' to '{2}'.</summary>
        internal static string @CannotChangeParameterName => GetResourceString("CannotChangeParameterName");
        /// <summary>Cannot add sealed keyword to default interface member '{0}'.</summary>
        internal static string @CannotAddSealedToInterfaceMember => GetResourceString("CannotAddSealedToInterfaceMember");
        /// <summary>Visibility of '{0}' expanded from '{1}' to '{2}'.</summary>
        internal static string @CannotExpandVisibility => GetResourceString("CannotExpandVisibility");
        /// <summary>Visibility of '{0}' reduced from '{1}' to '{2}'.</summary>
        internal static string @CannotReduceVisibility => GetResourceString("CannotReduceVisibility");
 
    }
}