File: artifacts\obj\Microsoft.AspNetCore.Mvc.DataAnnotations.Test\Release\net11.0\Microsoft.AspNetCore.Mvc.DataAnnotations.Test.Resources.cs
Project: src\src\Mvc\Mvc.DataAnnotations\test\Microsoft.AspNetCore.Mvc.DataAnnotations.Test.csproj (Microsoft.AspNetCore.Mvc.DataAnnotations.Test)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.AspNetCore.Mvc.DataAnnotations.Test
{
    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);
 
        private static string GetResourceString(string resourceKey, string[] formatterNames)
        {
           var value = GetResourceString(resourceKey);
           if (formatterNames != null)
           {
               for (var i = 0; i < formatterNames.Length; i++)
               {
                   value = value.Replace("{" + formatterNames[i] + "}", "{" + i + "}");
               }
           }
           return value;
        }
 
        /// <summary>Comparing {0} to {1}.</summary>
        internal static string @CompareAttributeTestResource => GetResourceString("CompareAttributeTestResource");
        /// <summary>Comparing {0} to {1}.</summary>
        internal static string FormatCompareAttributeTestResource(object p0, object p1)
           => string.Format(Culture, GetResourceString("CompareAttributeTestResource"), p0, p1);
 
        /// <summary>description from resources</summary>
        internal static string @DisplayAttribute_Description => GetResourceString("DisplayAttribute_Description");
        /// <summary>name from resources</summary>
        internal static string @DisplayAttribute_Name => GetResourceString("DisplayAttribute_Name");
        /// <summary>prompt from resources</summary>
        internal static string @DisplayAttribute_Prompt => GetResourceString("DisplayAttribute_Prompt");
 
    }
}