| File: src\0f6147b19c23fa97\Microsoft.AspNetCore.Components.Endpoints.Resources.cs | |
| Project: src\aspnetcore\src\Components\Endpoints\src\Microsoft.AspNetCore.Components.Endpoints.csproj (Microsoft.AspNetCore.Components.Endpoints) |
// <auto-generated> using System.Reflection; namespace Microsoft.AspNetCore.Components.Endpoints { 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>The persistence mode could not be determined based on the rendered components. Specify a value.</summary> internal static string @FailedToInferComponentPersistenceMode => GetResourceString("FailedToInferComponentPersistenceMode"); /// <summary>The type '{0}' must derive from '{1}'.</summary> internal static string @TypeMustDeriveFromType => GetResourceString("TypeMustDeriveFromType"); /// <summary>The type '{0}' must derive from '{1}'.</summary> internal static string FormatTypeMustDeriveFromType(object p0, object p1) => string.Format(Culture, GetResourceString("TypeMustDeriveFromType"), p0, p1); /// <summary>Unable to find the required services. Please add all the required services by calling '{0}.{1}' in the application startup code.</summary> internal static string @UnableToFindServices => GetResourceString("UnableToFindServices"); /// <summary>Unable to find the required services. Please add all the required services by calling '{0}.{1}' in the application startup code.</summary> internal static string FormatUnableToFindServices(object p0, object p1) => string.Format(Culture, GetResourceString("UnableToFindServices"), p0, p1); /// <summary>Unsupported RenderMode '{0}'.</summary> internal static string @UnsupportedRenderMode => GetResourceString("UnsupportedRenderMode"); /// <summary>Unsupported RenderMode '{0}'.</summary> internal static string FormatUnsupportedRenderMode(object p0) => string.Format(Culture, GetResourceString("UnsupportedRenderMode"), p0); } }