| File: src\36fd5f76661586b1\Microsoft.AspNetCore.Http.RequestDelegateGenerator.Resources.cs | |
| Project: src\aspnetcore\src\Http\Http.Extensions\gen\Microsoft.AspNetCore.Http.RequestDelegateGenerator\Microsoft.AspNetCore.Http.RequestDelegateGenerator.csproj (Microsoft.AspNetCore.Http.RequestDelegateGenerator) |
// <auto-generated> using System.Reflection; namespace Microsoft.AspNetCore.Http.RequestDelegateGenerator { 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>Unable to resolve route pattern</summary> internal static string @UnableToResolveRoutePattern_Title => GetResourceString("UnableToResolveRoutePattern_Title"); /// <summary>Unable to statically resolve route pattern for endpoint. Compile-time endpoint generation will skip this endpoint and the endpoint will be generated at runtime. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string @UnableToResolveRoutePattern_Message => GetResourceString("UnableToResolveRoutePattern_Message"); /// <summary>Unable to resolve endpoint handler</summary> internal static string @UnableToResolveMethod_Title => GetResourceString("UnableToResolveMethod_Title"); /// <summary>Unable to statically resolve endpoint handler method. Only method groups, lambda expressions or readonly fields/variables are allowed. Compile-time endpoint generation will skip this endpoint and the endpoint will be generated at runtime. For more informat ...</summary> internal static string @UnableToResolveMethod_Message => GetResourceString("UnableToResolveMethod_Message"); /// <summary>Unable to statically resolve parameter named '{0}' for endpoint. Compile-time endpoint generation will skip this endpoint and the endpoint will be generated at runtime. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string @UnableToResolveParameter_Message => GetResourceString("UnableToResolveParameter_Message"); /// <summary>Unable to statically resolve parameter named '{0}' for endpoint. Compile-time endpoint generation will skip this endpoint and the endpoint will be generated at runtime. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string FormatUnableToResolveParameter_Message(object p0) => string.Format(Culture, GetResourceString("UnableToResolveParameter_Message"), p0); /// <summary>Unable to resolve parameter</summary> internal static string @UnableToResolveParameter_Title => GetResourceString("UnableToResolveParameter_Title"); /// <summary>Unable to resolve anonymous return type. Compile-time endpoint generation will skip this endpoint and the endpoint will be generated at runtime. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string @UnableToResolveAnonymousReturnType_Message => GetResourceString("UnableToResolveAnonymousReturnType_Message"); /// <summary>Unable to resolve endpoint handler return type</summary> internal static string @UnableToResolveReturnType_Title => GetResourceString("UnableToResolveReturnType_Title"); /// <summary>Unable to statically resolve the return type of the endpoint handler. This can occur when the return type is produced by another source generator or is otherwise unavailable at compile time. Compile-time endpoint generation will skip this endpoint and the ...</summary> internal static string @UnableToResolveReturnType_Message => GetResourceString("UnableToResolveReturnType_Message"); /// <summary>Unable to resolve anonymous type</summary> internal static string @UnableToResolveAnonymousReturnType_Title => GetResourceString("UnableToResolveAnonymousReturnType_Title"); /// <summary>Invalid abstract type</summary> internal static string @InvalidAsParametersAbstractType_Title => GetResourceString("InvalidAsParametersAbstractType_Title"); /// <summary>The abstract type '{0}' is not supported. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string @InvalidAsParametersAbstractType_Message => GetResourceString("InvalidAsParametersAbstractType_Message"); /// <summary>The abstract type '{0}' is not supported. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string FormatInvalidAsParametersAbstractType_Message(object p0) => string.Format(Culture, GetResourceString("InvalidAsParametersAbstractType_Message"), p0); /// <summary>Invalid constructor parameters</summary> internal static string @InvalidAsParametersSignature_Title => GetResourceString("InvalidAsParametersSignature_Title"); /// <summary>The public parameterized constructor must contain only parameters that match the declared public properties for type '{0}'. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string @InvalidAsParametersSignature_Message => GetResourceString("InvalidAsParametersSignature_Message"); /// <summary>The public parameterized constructor must contain only parameters that match the declared public properties for type '{0}'. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string FormatInvalidAsParametersSignature_Message(object p0) => string.Format(Culture, GetResourceString("InvalidAsParametersSignature_Message"), p0); /// <summary>No valid constructor found</summary> internal static string @InvalidAsParametersNoConstructorFound_Title => GetResourceString("InvalidAsParametersNoConstructorFound_Title"); /// <summary>No public parameterless constructor found for type '{0}'. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string @InvalidAsParametersNoConstructorFound_Message => GetResourceString("InvalidAsParametersNoConstructorFound_Message"); /// <summary>No public parameterless constructor found for type '{0}'. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string FormatInvalidAsParametersNoConstructorFound_Message(object p0) => string.Format(Culture, GetResourceString("InvalidAsParametersNoConstructorFound_Message"), p0); /// <summary>Multiple public constructors found</summary> internal static string @InvalidAsParametersSingleConstructorOnly_Title => GetResourceString("InvalidAsParametersSingleConstructorOnly_Title"); /// <summary>Only a single public parameterized constructor is allowed for type '{0}'. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string @InvalidAsParametersSingleConstructorOnly_Message => GetResourceString("InvalidAsParametersSingleConstructorOnly_Message"); /// <summary>Only a single public parameterized constructor is allowed for type '{0}'. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string FormatInvalidAsParametersSingleConstructorOnly_Message(object p0) => string.Format(Culture, GetResourceString("InvalidAsParametersSingleConstructorOnly_Message"), p0); /// <summary>Invalid nested AsParameters</summary> internal static string @InvalidAsParametersNested_Title => GetResourceString("InvalidAsParametersNested_Title"); /// <summary>Nested AsParametersAttribute is not supported and should be used only for handler parameters. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string @InvalidAsParametersNested_Message => GetResourceString("InvalidAsParametersNested_Message"); /// <summary>Unexpected nullable type</summary> internal static string @InvalidAsParametersNullable_Title => GetResourceString("InvalidAsParametersNullable_Title"); /// <summary>The nullable type '{0}' is not supported. Mark the parameter as non-nullable. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string @InvalidAsParametersNullable_Message => GetResourceString("InvalidAsParametersNullable_Message"); /// <summary>The nullable type '{0}' is not supported. Mark the parameter as non-nullable. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string FormatInvalidAsParametersNullable_Message(object p0) => string.Format(Culture, GetResourceString("InvalidAsParametersNullable_Message"), p0); /// <summary>Type parameters not supported</summary> internal static string @TypeParametersNotSupported_Title => GetResourceString("TypeParametersNotSupported_Title"); /// <summary>Endpoints with generic type parameters are not supported. Compile-time endpoint generation will skip this endpoint and the endpoint will be generated at runtime. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string @TypeParametersNotSupported_Message => GetResourceString("TypeParametersNotSupported_Message"); /// <summary>Unable to resolve inaccessible type</summary> internal static string @InaccessibleTypesNotSupported_Title => GetResourceString("InaccessibleTypesNotSupported_Title"); /// <summary>Encountered inaccessible type '{0}' while processing endpoint. Compile-time endpoint generation will skip this endpoint and the endpoint will be generated at runtime. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string @InaccessibleTypesNotSupported_Message => GetResourceString("InaccessibleTypesNotSupported_Message"); /// <summary>Encountered inaccessible type '{0}' while processing endpoint. Compile-time endpoint generation will skip this endpoint and the endpoint will be generated at runtime. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string FormatInaccessibleTypesNotSupported_Message(object p0) => string.Format(Culture, GetResourceString("InaccessibleTypesNotSupported_Message"), p0); /// <summary>Invalid source attributes</summary> internal static string @KeyedAndNotKeyedServiceAttributesNotSupported_Title => GetResourceString("KeyedAndNotKeyedServiceAttributesNotSupported_Title"); /// <summary>The [FromKeyedServices] attribute is not supported on parameters that are also annotated with IFromServiceMetadata. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string @KeyedAndNotKeyedServiceAttributesNotSupported_Message => GetResourceString("KeyedAndNotKeyedServiceAttributesNotSupported_Message"); /// <summary>Invalid enumerable type</summary> internal static string @InvalidAsParametersEnumerableType_Title => GetResourceString("InvalidAsParametersEnumerableType_Title"); /// <summary>The enumerable type '{0}' is not supported. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string @InvalidAsParametersEnumerableType_Message => GetResourceString("InvalidAsParametersEnumerableType_Message"); /// <summary>The enumerable type '{0}' is not supported. For more information, please see https://aka.ms/aspnet/rdg-known-issues</summary> internal static string FormatInvalidAsParametersEnumerableType_Message(object p0) => string.Format(Culture, GetResourceString("InvalidAsParametersEnumerableType_Message"), p0); } }