File: artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net9.0\Microsoft.AspNetCore.Mvc.Core.Resources.cs
Project: src\src\Mvc\Mvc.Core\src\Microsoft.AspNetCore.Mvc.Core.csproj (Microsoft.AspNetCore.Mvc.Core)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.AspNetCore.Mvc.Core
{
    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 argument '{0}' is invalid. Media types which match all types or match all subtypes are not supported.</summary>
        internal static string @MatchAllContentTypeIsNotAllowed => GetResourceString("MatchAllContentTypeIsNotAllowed");
        /// <summary>The argument '{0}' is invalid. Media types which match all types or match all subtypes are not supported.</summary>
        internal static string FormatMatchAllContentTypeIsNotAllowed(object p0)
           => string.Format(Culture, GetResourceString("MatchAllContentTypeIsNotAllowed"), p0);
 
        /// <summary>The content-type '{0}' added in the '{1}' property is invalid. Media types which match all types or match all subtypes are not supported.</summary>
        internal static string @ObjectResult_MatchAllContentType => GetResourceString("ObjectResult_MatchAllContentType");
        /// <summary>The content-type '{0}' added in the '{1}' property is invalid. Media types which match all types or match all subtypes are not supported.</summary>
        internal static string FormatObjectResult_MatchAllContentType(object p0, object p1)
           => string.Format(Culture, GetResourceString("ObjectResult_MatchAllContentType"), p0, p1);
 
        /// <summary>The method '{0}' on type '{1}' returned an instance of '{2}'. Make sure to call Unwrap on the returned value to avoid unobserved faulted Task.</summary>
        internal static string @ActionExecutor_WrappedTaskInstance => GetResourceString("ActionExecutor_WrappedTaskInstance");
        /// <summary>The method '{0}' on type '{1}' returned an instance of '{2}'. Make sure to call Unwrap on the returned value to avoid unobserved faulted Task.</summary>
        internal static string FormatActionExecutor_WrappedTaskInstance(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("ActionExecutor_WrappedTaskInstance"), p0, p1, p2);
 
        /// <summary>The method '{0}' on type '{1}' returned a Task instance even though it is not an asynchronous method.</summary>
        internal static string @ActionExecutor_UnexpectedTaskInstance => GetResourceString("ActionExecutor_UnexpectedTaskInstance");
        /// <summary>The method '{0}' on type '{1}' returned a Task instance even though it is not an asynchronous method.</summary>
        internal static string FormatActionExecutor_UnexpectedTaskInstance(object p0, object p1)
           => string.Format(Culture, GetResourceString("ActionExecutor_UnexpectedTaskInstance"), p0, p1);
 
        /// <summary>An action invoker could not be created for action '{0}'.</summary>
        internal static string @ActionInvokerFactory_CouldNotCreateInvoker => GetResourceString("ActionInvokerFactory_CouldNotCreateInvoker");
        /// <summary>An action invoker could not be created for action '{0}'.</summary>
        internal static string FormatActionInvokerFactory_CouldNotCreateInvoker(object p0)
           => string.Format(Culture, GetResourceString("ActionInvokerFactory_CouldNotCreateInvoker"), p0);
 
        /// <summary>The action descriptor must be of type '{0}'.</summary>
        internal static string @ActionDescriptorMustBeBasedOnControllerAction => GetResourceString("ActionDescriptorMustBeBasedOnControllerAction");
        /// <summary>The action descriptor must be of type '{0}'.</summary>
        internal static string FormatActionDescriptorMustBeBasedOnControllerAction(object p0)
           => string.Format(Culture, GetResourceString("ActionDescriptorMustBeBasedOnControllerAction"), p0);
 
        /// <summary>Value cannot be null or empty.</summary>
        internal static string @ArgumentCannotBeNullOrEmpty => GetResourceString("ArgumentCannotBeNullOrEmpty");
        /// <summary>The '{0}' property of '{1}' must not be null.</summary>
        internal static string @PropertyOfTypeCannotBeNull => GetResourceString("PropertyOfTypeCannotBeNull");
        /// <summary>The '{0}' property of '{1}' must not be null.</summary>
        internal static string FormatPropertyOfTypeCannotBeNull(object p0, object p1)
           => string.Format(Culture, GetResourceString("PropertyOfTypeCannotBeNull"), p0, p1);
 
        /// <summary>The '{0}' method of type '{1}' cannot return a null value.</summary>
        internal static string @TypeMethodMustReturnNotNullValue => GetResourceString("TypeMethodMustReturnNotNullValue");
        /// <summary>The '{0}' method of type '{1}' cannot return a null value.</summary>
        internal static string FormatTypeMethodMustReturnNotNullValue(object p0, object p1)
           => string.Format(Culture, GetResourceString("TypeMethodMustReturnNotNullValue"), p0, p1);
 
        /// <summary>The value '{0}' is invalid.</summary>
        internal static string @ModelBinding_NullValueNotValid => GetResourceString("ModelBinding_NullValueNotValid");
        /// <summary>The value '{0}' is invalid.</summary>
        internal static string FormatModelBinding_NullValueNotValid(object p0)
           => string.Format(Culture, GetResourceString("ModelBinding_NullValueNotValid"), p0);
 
        /// <summary>The passed expression of expression node type '{0}' is invalid. Only simple member access expressions for model properties are supported.</summary>
        internal static string @Invalid_IncludePropertyExpression => GetResourceString("Invalid_IncludePropertyExpression");
        /// <summary>The passed expression of expression node type '{0}' is invalid. Only simple member access expressions for model properties are supported.</summary>
        internal static string FormatInvalid_IncludePropertyExpression(object p0)
           => string.Format(Culture, GetResourceString("Invalid_IncludePropertyExpression"), p0);
 
        /// <summary>No route matches the supplied values.</summary>
        internal static string @NoRoutesMatched => GetResourceString("NoRoutesMatched");
        /// <summary>If an {0} provides a result value by setting the {1} property of {2} to a non-null value, then it cannot call the next filter by invoking {3}.</summary>
        internal static string @AsyncActionFilter_InvalidShortCircuit => GetResourceString("AsyncActionFilter_InvalidShortCircuit");
        /// <summary>If an {0} provides a result value by setting the {1} property of {2} to a non-null value, then it cannot call the next filter by invoking {3}.</summary>
        internal static string FormatAsyncActionFilter_InvalidShortCircuit(object p0, object p1, object p2, object p3)
           => string.Format(Culture, GetResourceString("AsyncActionFilter_InvalidShortCircuit"), p0, p1, p2, p3);
 
        /// <summary>If an {0} cancels execution by setting the {1} property of {2} to 'true', then it cannot call the next filter by invoking {3}.</summary>
        internal static string @AsyncResultFilter_InvalidShortCircuit => GetResourceString("AsyncResultFilter_InvalidShortCircuit");
        /// <summary>If an {0} cancels execution by setting the {1} property of {2} to 'true', then it cannot call the next filter by invoking {3}.</summary>
        internal static string FormatAsyncResultFilter_InvalidShortCircuit(object p0, object p1, object p2, object p3)
           => string.Format(Culture, GetResourceString("AsyncResultFilter_InvalidShortCircuit"), p0, p1, p2, p3);
 
        /// <summary>The type provided to '{0}' must implement '{1}'.</summary>
        internal static string @FilterFactoryAttribute_TypeMustImplementIFilter => GetResourceString("FilterFactoryAttribute_TypeMustImplementIFilter");
        /// <summary>The type provided to '{0}' must implement '{1}'.</summary>
        internal static string FormatFilterFactoryAttribute_TypeMustImplementIFilter(object p0, object p1)
           => string.Format(Culture, GetResourceString("FilterFactoryAttribute_TypeMustImplementIFilter"), p0, p1);
 
        /// <summary>Cannot return null from an action method with a return type of '{0}'.</summary>
        internal static string @ActionResult_ActionReturnValueCannotBeNull => GetResourceString("ActionResult_ActionReturnValueCannotBeNull");
        /// <summary>Cannot return null from an action method with a return type of '{0}'.</summary>
        internal static string FormatActionResult_ActionReturnValueCannotBeNull(object p0)
           => string.Format(Culture, GetResourceString("ActionResult_ActionReturnValueCannotBeNull"), p0);
 
        /// <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>No encoding found for input formatter '{0}'. There must be at least one supported encoding registered in order for the formatter to read content.</summary>
        internal static string @InputFormatterNoEncoding => GetResourceString("InputFormatterNoEncoding");
        /// <summary>No encoding found for input formatter '{0}'. There must be at least one supported encoding registered in order for the formatter to read content.</summary>
        internal static string FormatInputFormatterNoEncoding(object p0)
           => string.Format(Culture, GetResourceString("InputFormatterNoEncoding"), p0);
 
        /// <summary>Unsupported content type '{0}'.</summary>
        internal static string @UnsupportedContentType => GetResourceString("UnsupportedContentType");
        /// <summary>Unsupported content type '{0}'.</summary>
        internal static string FormatUnsupportedContentType(object p0)
           => string.Format(Culture, GetResourceString("UnsupportedContentType"), p0);
 
        /// <summary>No supported media type registered for output formatter '{0}'. There must be at least one supported media type registered in order for the output formatter to write content.</summary>
        internal static string @OutputFormatterNoMediaType => GetResourceString("OutputFormatterNoMediaType");
        /// <summary>No supported media type registered for output formatter '{0}'. There must be at least one supported media type registered in order for the output formatter to write content.</summary>
        internal static string FormatOutputFormatterNoMediaType(object p0)
           => string.Format(Culture, GetResourceString("OutputFormatterNoMediaType"), p0);
 
        /// <summary>The following errors occurred with attribute routing information:{0}{0}{1}</summary>
        internal static string @AttributeRoute_AggregateErrorMessage => GetResourceString("AttributeRoute_AggregateErrorMessage");
        /// <summary>The following errors occurred with attribute routing information:{0}{0}{1}</summary>
        internal static string FormatAttributeRoute_AggregateErrorMessage(object p0, object p1)
           => string.Format(Culture, GetResourceString("AttributeRoute_AggregateErrorMessage"), p0, p1);
 
        /// <summary>The attribute route '{0}' cannot contain a parameter named '{{{1}}}'. Use '[{1}]' in the route template to insert the value '{2}'.</summary>
        internal static string @AttributeRoute_CannotContainParameter => GetResourceString("AttributeRoute_CannotContainParameter");
        /// <summary>The attribute route '{0}' cannot contain a parameter named '{{{1}}}'. Use '[{1}]' in the route template to insert the value '{2}'.</summary>
        internal static string FormatAttributeRoute_CannotContainParameter(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("AttributeRoute_CannotContainParameter"), p0, p1, p2);
 
        /// <summary>For action: '{0}'{1}Error: {2}</summary>
        internal static string @AttributeRoute_IndividualErrorMessage => GetResourceString("AttributeRoute_IndividualErrorMessage");
        /// <summary>For action: '{0}'{1}Error: {2}</summary>
        internal static string FormatAttributeRoute_IndividualErrorMessage(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("AttributeRoute_IndividualErrorMessage"), p0, p1, p2);
 
        /// <summary>An empty replacement token ('[]') is not allowed.</summary>
        internal static string @AttributeRoute_TokenReplacement_EmptyTokenNotAllowed => GetResourceString("AttributeRoute_TokenReplacement_EmptyTokenNotAllowed");
        /// <summary>Token delimiters ('[', ']') are imbalanced.</summary>
        internal static string @AttributeRoute_TokenReplacement_ImbalancedSquareBrackets => GetResourceString("AttributeRoute_TokenReplacement_ImbalancedSquareBrackets");
        /// <summary>The route template '{0}' has invalid syntax. {1}</summary>
        internal static string @AttributeRoute_TokenReplacement_InvalidSyntax => GetResourceString("AttributeRoute_TokenReplacement_InvalidSyntax");
        /// <summary>The route template '{0}' has invalid syntax. {1}</summary>
        internal static string FormatAttributeRoute_TokenReplacement_InvalidSyntax(object p0, object p1)
           => string.Format(Culture, GetResourceString("AttributeRoute_TokenReplacement_InvalidSyntax"), p0, p1);
 
        /// <summary>While processing template '{0}', a replacement value for the token '{1}' could not be found. Available tokens: '{2}'. To use a '[' or ']' as a literal string in a route or within a constraint, use '[[' or ']]' instead.</summary>
        internal static string @AttributeRoute_TokenReplacement_ReplacementValueNotFound => GetResourceString("AttributeRoute_TokenReplacement_ReplacementValueNotFound");
        /// <summary>While processing template '{0}', a replacement value for the token '{1}' could not be found. Available tokens: '{2}'. To use a '[' or ']' as a literal string in a route or within a constraint, use '[[' or ']]' instead.</summary>
        internal static string FormatAttributeRoute_TokenReplacement_ReplacementValueNotFound(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("AttributeRoute_TokenReplacement_ReplacementValueNotFound"), p0, p1, p2);
 
        /// <summary>A replacement token is not closed.</summary>
        internal static string @AttributeRoute_TokenReplacement_UnclosedToken => GetResourceString("AttributeRoute_TokenReplacement_UnclosedToken");
        /// <summary>An unescaped '[' token is not allowed inside of a replacement token. Use '[[' to escape.</summary>
        internal static string @AttributeRoute_TokenReplacement_UnescapedBraceInToken => GetResourceString("AttributeRoute_TokenReplacement_UnescapedBraceInToken");
        /// <summary>Unable to find the required services. Please add all the required services by calling '{0}.{1}' inside the call to '{2}' 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}' inside the call to '{2}' in the application startup code.</summary>
        internal static string FormatUnableToFindServices(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("UnableToFindServices"), p0, p1, p2);
 
        /// <summary>Action: '{0}' - Template: '{1}'</summary>
        internal static string @AttributeRoute_DuplicateNames_Item => GetResourceString("AttributeRoute_DuplicateNames_Item");
        /// <summary>Action: '{0}' - Template: '{1}'</summary>
        internal static string FormatAttributeRoute_DuplicateNames_Item(object p0, object p1)
           => string.Format(Culture, GetResourceString("AttributeRoute_DuplicateNames_Item"), p0, p1);
 
        /// <summary>Attribute routes with the same name '{0}' must have the same template:{1}{2}</summary>
        internal static string @AttributeRoute_DuplicateNames => GetResourceString("AttributeRoute_DuplicateNames");
        /// <summary>Attribute routes with the same name '{0}' must have the same template:{1}{2}</summary>
        internal static string FormatAttributeRoute_DuplicateNames(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("AttributeRoute_DuplicateNames"), p0, p1, p2);
 
        /// <summary>Error {0}:{1}{2}</summary>
        internal static string @AttributeRoute_AggregateErrorMessage_ErrorNumber => GetResourceString("AttributeRoute_AggregateErrorMessage_ErrorNumber");
        /// <summary>Error {0}:{1}{2}</summary>
        internal static string FormatAttributeRoute_AggregateErrorMessage_ErrorNumber(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("AttributeRoute_AggregateErrorMessage_ErrorNumber"), p0, p1, p2);
 
        /// <summary>A method '{0}' must not define attribute routed actions and non attribute routed actions at the same time:{1}{2}{1}{1}Use 'AcceptVerbsAttribute' to create a single route that allows multiple HTTP verbs and defines a route, or set a route template in all at ...</summary>
        internal static string @AttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod => GetResourceString("AttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod");
        /// <summary>A method '{0}' must not define attribute routed actions and non attribute routed actions at the same time:{1}{2}{1}{1}Use 'AcceptVerbsAttribute' to create a single route that allows multiple HTTP verbs and defines a route, or set a route template in all at ...</summary>
        internal static string FormatAttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("AttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod"), p0, p1, p2);
 
        /// <summary>Action: '{0}' - Route Template: '{1}' - HTTP Verbs: '{2}'</summary>
        internal static string @AttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod_Item => GetResourceString("AttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod_Item");
        /// <summary>Action: '{0}' - Route Template: '{1}' - HTTP Verbs: '{2}'</summary>
        internal static string FormatAttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod_Item(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("AttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod_Item"), p0, p1, p2);
 
        /// <summary>(none)</summary>
        internal static string @AttributeRoute_NullTemplateRepresentation => GetResourceString("AttributeRoute_NullTemplateRepresentation");
        /// <summary>Multiple actions matched. The following actions matched route data and had all constraints satisfied:{0}{0}{1}</summary>
        internal static string @DefaultActionSelector_AmbiguousActions => GetResourceString("DefaultActionSelector_AmbiguousActions");
        /// <summary>Multiple actions matched. The following actions matched route data and had all constraints satisfied:{0}{0}{1}</summary>
        internal static string FormatDefaultActionSelector_AmbiguousActions(object p0, object p1)
           => string.Format(Culture, GetResourceString("DefaultActionSelector_AmbiguousActions"), p0, p1);
 
        /// <summary>Could not find file: {0}.</summary>
        internal static string @FileResult_InvalidPath => GetResourceString("FileResult_InvalidPath");
        /// <summary>Could not find file: {0}.</summary>
        internal static string FormatFileResult_InvalidPath(object p0)
           => string.Format(Culture, GetResourceString("FileResult_InvalidPath"), p0);
 
        /// <summary>The input was not valid.</summary>
        internal static string @SerializableError_DefaultError => GetResourceString("SerializableError_DefaultError");
        /// <summary>If an {0} provides a result value by setting the {1} property of {2} to a non-null value, then it cannot call the next filter by invoking {3}.</summary>
        internal static string @AsyncResourceFilter_InvalidShortCircuit => GetResourceString("AsyncResourceFilter_InvalidShortCircuit");
        /// <summary>If an {0} provides a result value by setting the {1} property of {2} to a non-null value, then it cannot call the next filter by invoking {3}.</summary>
        internal static string FormatAsyncResourceFilter_InvalidShortCircuit(object p0, object p1, object p2, object p3)
           => string.Format(Culture, GetResourceString("AsyncResourceFilter_InvalidShortCircuit"), p0, p1, p2, p3);
 
        /// <summary>If the '{0}' property is not set to true, '{1}' property must be specified.</summary>
        internal static string @ResponseCache_SpecifyDuration => GetResourceString("ResponseCache_SpecifyDuration");
        /// <summary>If the '{0}' property is not set to true, '{1}' property must be specified.</summary>
        internal static string FormatResponseCache_SpecifyDuration(object p0, object p1)
           => string.Format(Culture, GetResourceString("ResponseCache_SpecifyDuration"), p0, p1);
 
        /// <summary>The action '{0}' has ApiExplorer enabled, but is using conventional routing. Only actions which use attribute routing support ApiExplorer.</summary>
        internal static string @ApiExplorer_UnsupportedAction => GetResourceString("ApiExplorer_UnsupportedAction");
        /// <summary>The action '{0}' has ApiExplorer enabled, but is using conventional routing. Only actions which use attribute routing support ApiExplorer.</summary>
        internal static string FormatApiExplorer_UnsupportedAction(object p0)
           => string.Format(Culture, GetResourceString("ApiExplorer_UnsupportedAction"), p0);
 
        /// <summary>The media type "{0}" is not valid. MediaTypes containing wildcards (*) are not allowed in formatter mappings.</summary>
        internal static string @FormatterMappings_NotValidMediaType => GetResourceString("FormatterMappings_NotValidMediaType");
        /// <summary>The media type "{0}" is not valid. MediaTypes containing wildcards (*) are not allowed in formatter mappings.</summary>
        internal static string FormatFormatterMappings_NotValidMediaType(object p0)
           => string.Format(Culture, GetResourceString("FormatterMappings_NotValidMediaType"), p0);
 
        /// <summary>The format provided is invalid '{0}'. A format must be a non-empty file-extension, optionally prefixed with a '.' character.</summary>
        internal static string @Format_NotValid => GetResourceString("Format_NotValid");
        /// <summary>The format provided is invalid '{0}'. A format must be a non-empty file-extension, optionally prefixed with a '.' character.</summary>
        internal static string FormatFormat_NotValid(object p0)
           => string.Format(Culture, GetResourceString("Format_NotValid"), p0);
 
        /// <summary>The '{0}' cache profile is not defined.</summary>
        internal static string @CacheProfileNotFound => GetResourceString("CacheProfileNotFound");
        /// <summary>The '{0}' cache profile is not defined.</summary>
        internal static string FormatCacheProfileNotFound(object p0)
           => string.Format(Culture, GetResourceString("CacheProfileNotFound"), p0);
 
        /// <summary>The model's runtime type '{0}' is not assignable to the type '{1}'.</summary>
        internal static string @ModelType_WrongType => GetResourceString("ModelType_WrongType");
        /// <summary>The model's runtime type '{0}' is not assignable to the type '{1}'.</summary>
        internal static string FormatModelType_WrongType(object p0, object p1)
           => string.Format(Culture, GetResourceString("ModelType_WrongType"), p0, p1);
 
        /// <summary>The type '{0}' cannot be activated by '{1}' because it is either a value type, an interface, an abstract class or an open generic type.</summary>
        internal static string @ValueInterfaceAbstractOrOpenGenericTypesCannotBeActivated => GetResourceString("ValueInterfaceAbstractOrOpenGenericTypesCannotBeActivated");
        /// <summary>The type '{0}' cannot be activated by '{1}' because it is either a value type, an interface, an abstract class or an open generic type.</summary>
        internal static string FormatValueInterfaceAbstractOrOpenGenericTypesCannotBeActivated(object p0, object p1)
           => string.Format(Culture, GetResourceString("ValueInterfaceAbstractOrOpenGenericTypesCannotBeActivated"), p0, p1);
 
        /// <summary>The type '{0}' must implement '{1}' to be used as a model binder.</summary>
        internal static string @BinderType_MustBeIModelBinder => GetResourceString("BinderType_MustBeIModelBinder");
        /// <summary>The type '{0}' must implement '{1}' to be used as a model binder.</summary>
        internal static string FormatBinderType_MustBeIModelBinder(object p0, object p1)
           => string.Format(Culture, GetResourceString("BinderType_MustBeIModelBinder"), p0, p1);
 
        /// <summary>The provided binding source '{0}' is a composite. '{1}' requires that the source must represent a single type of input.</summary>
        internal static string @BindingSource_CannotBeComposite => GetResourceString("BindingSource_CannotBeComposite");
        /// <summary>The provided binding source '{0}' is a composite. '{1}' requires that the source must represent a single type of input.</summary>
        internal static string FormatBindingSource_CannotBeComposite(object p0, object p1)
           => string.Format(Culture, GetResourceString("BindingSource_CannotBeComposite"), p0, p1);
 
        /// <summary>The provided binding source '{0}' is a greedy data source. '{1}' does not support greedy data sources.</summary>
        internal static string @BindingSource_CannotBeGreedy => GetResourceString("BindingSource_CannotBeGreedy");
        /// <summary>The provided binding source '{0}' is a greedy data source. '{1}' does not support greedy data sources.</summary>
        internal static string FormatBindingSource_CannotBeGreedy(object p0, object p1)
           => string.Format(Culture, GetResourceString("BindingSource_CannotBeGreedy"), p0, p1);
 
        /// <summary>The property {0}.{1} could not be found.</summary>
        internal static string @Common_PropertyNotFound => GetResourceString("Common_PropertyNotFound");
        /// <summary>The property {0}.{1} could not be found.</summary>
        internal static string FormatCommon_PropertyNotFound(object p0, object p1)
           => string.Format(Culture, GetResourceString("Common_PropertyNotFound"), p0, p1);
 
        /// <summary>The key '{0}' is invalid JQuery syntax because it is missing a closing bracket.</summary>
        internal static string @JQueryFormValueProviderFactory_MissingClosingBracket => GetResourceString("JQueryFormValueProviderFactory_MissingClosingBracket");
        /// <summary>The key '{0}' is invalid JQuery syntax because it is missing a closing bracket.</summary>
        internal static string FormatJQueryFormValueProviderFactory_MissingClosingBracket(object p0)
           => string.Format(Culture, GetResourceString("JQueryFormValueProviderFactory_MissingClosingBracket"), p0);
 
        /// <summary>A value is required.</summary>
        internal static string @KeyValuePair_BothKeyAndValueMustBePresent => GetResourceString("KeyValuePair_BothKeyAndValueMustBePresent");
        /// <summary>The binding context has a null Model, but this binder requires a non-null model of type '{0}'.</summary>
        internal static string @ModelBinderUtil_ModelCannotBeNull => GetResourceString("ModelBinderUtil_ModelCannotBeNull");
        /// <summary>The binding context has a null Model, but this binder requires a non-null model of type '{0}'.</summary>
        internal static string FormatModelBinderUtil_ModelCannotBeNull(object p0)
           => string.Format(Culture, GetResourceString("ModelBinderUtil_ModelCannotBeNull"), p0);
 
        /// <summary>The binding context has a Model of type '{0}', but this binder can only operate on models of type '{1}'.</summary>
        internal static string @ModelBinderUtil_ModelInstanceIsWrong => GetResourceString("ModelBinderUtil_ModelInstanceIsWrong");
        /// <summary>The binding context has a Model of type '{0}', but this binder can only operate on models of type '{1}'.</summary>
        internal static string FormatModelBinderUtil_ModelInstanceIsWrong(object p0, object p1)
           => string.Format(Culture, GetResourceString("ModelBinderUtil_ModelInstanceIsWrong"), p0, p1);
 
        /// <summary>The binding context cannot have a null ModelMetadata.</summary>
        internal static string @ModelBinderUtil_ModelMetadataCannotBeNull => GetResourceString("ModelBinderUtil_ModelMetadataCannotBeNull");
        /// <summary>A value for the '{0}' parameter or property was not provided.</summary>
        internal static string @ModelBinding_MissingBindRequiredMember => GetResourceString("ModelBinding_MissingBindRequiredMember");
        /// <summary>A value for the '{0}' parameter or property was not provided.</summary>
        internal static string FormatModelBinding_MissingBindRequiredMember(object p0)
           => string.Format(Culture, GetResourceString("ModelBinding_MissingBindRequiredMember"), p0);
 
        /// <summary>A non-empty request body is required.</summary>
        internal static string @ModelBinding_MissingRequestBodyRequiredMember => GetResourceString("ModelBinding_MissingRequestBodyRequiredMember");
        /// <summary>The parameter conversion from type '{0}' to type '{1}' failed because no type converter can convert between these types.</summary>
        internal static string @ValueProviderResult_NoConverterExists => GetResourceString("ValueProviderResult_NoConverterExists");
        /// <summary>The parameter conversion from type '{0}' to type '{1}' failed because no type converter can convert between these types.</summary>
        internal static string FormatValueProviderResult_NoConverterExists(object p0, object p1)
           => string.Format(Culture, GetResourceString("ValueProviderResult_NoConverterExists"), p0, p1);
 
        /// <summary>Path '{0}' was not rooted.</summary>
        internal static string @FileResult_PathNotRooted => GetResourceString("FileResult_PathNotRooted");
        /// <summary>Path '{0}' was not rooted.</summary>
        internal static string FormatFileResult_PathNotRooted(object p0)
           => string.Format(Culture, GetResourceString("FileResult_PathNotRooted"), p0);
 
        /// <summary>The supplied URL is not local. A URL with an absolute path is considered local if it does not have a host/authority part. URLs using virtual paths ('~/') are also local.</summary>
        internal static string @UrlNotLocal => GetResourceString("UrlNotLocal");
        /// <summary>The argument '{0}' is invalid. Empty or null formats are not supported.</summary>
        internal static string @FormatFormatterMappings_GetMediaTypeMappingForFormat_InvalidFormat => GetResourceString("FormatFormatterMappings_GetMediaTypeMappingForFormat_InvalidFormat");
        /// <summary>The argument '{0}' is invalid. Empty or null formats are not supported.</summary>
        internal static string FormatFormatFormatterMappings_GetMediaTypeMappingForFormat_InvalidFormat(object p0)
           => string.Format(Culture, GetResourceString("FormatFormatterMappings_GetMediaTypeMappingForFormat_InvalidFormat"), p0);
 
        /// <summary>"Invalid values '{0}'."</summary>
        internal static string @AcceptHeaderParser_ParseAcceptHeader_InvalidValues => GetResourceString("AcceptHeaderParser_ParseAcceptHeader_InvalidValues");
        /// <summary>"Invalid values '{0}'."</summary>
        internal static string FormatAcceptHeaderParser_ParseAcceptHeader_InvalidValues(object p0)
           => string.Format(Culture, GetResourceString("AcceptHeaderParser_ParseAcceptHeader_InvalidValues"), p0);
 
        /// <summary>The value '{0}' is not valid for {1}.</summary>
        internal static string @ModelState_AttemptedValueIsInvalid => GetResourceString("ModelState_AttemptedValueIsInvalid");
        /// <summary>The value '{0}' is not valid for {1}.</summary>
        internal static string FormatModelState_AttemptedValueIsInvalid(object p0, object p1)
           => string.Format(Culture, GetResourceString("ModelState_AttemptedValueIsInvalid"), p0, p1);
 
        /// <summary>The value '{0}' is not valid.</summary>
        internal static string @ModelState_NonPropertyAttemptedValueIsInvalid => GetResourceString("ModelState_NonPropertyAttemptedValueIsInvalid");
        /// <summary>The value '{0}' is not valid.</summary>
        internal static string FormatModelState_NonPropertyAttemptedValueIsInvalid(object p0)
           => string.Format(Culture, GetResourceString("ModelState_NonPropertyAttemptedValueIsInvalid"), p0);
 
        /// <summary>The supplied value is invalid for {0}.</summary>
        internal static string @ModelState_UnknownValueIsInvalid => GetResourceString("ModelState_UnknownValueIsInvalid");
        /// <summary>The supplied value is invalid for {0}.</summary>
        internal static string FormatModelState_UnknownValueIsInvalid(object p0)
           => string.Format(Culture, GetResourceString("ModelState_UnknownValueIsInvalid"), p0);
 
        /// <summary>The supplied value is invalid.</summary>
        internal static string @ModelState_NonPropertyUnknownValueIsInvalid => GetResourceString("ModelState_NonPropertyUnknownValueIsInvalid");
        /// <summary>The value '{0}' is invalid.</summary>
        internal static string @HtmlGeneration_ValueIsInvalid => GetResourceString("HtmlGeneration_ValueIsInvalid");
        /// <summary>The value '{0}' is invalid.</summary>
        internal static string FormatHtmlGeneration_ValueIsInvalid(object p0)
           => string.Format(Culture, GetResourceString("HtmlGeneration_ValueIsInvalid"), p0);
 
        /// <summary>The field {0} must be a number.</summary>
        internal static string @HtmlGeneration_ValueMustBeNumber => GetResourceString("HtmlGeneration_ValueMustBeNumber");
        /// <summary>The field {0} must be a number.</summary>
        internal static string FormatHtmlGeneration_ValueMustBeNumber(object p0)
           => string.Format(Culture, GetResourceString("HtmlGeneration_ValueMustBeNumber"), p0);
 
        /// <summary>The field must be a number.</summary>
        internal static string @HtmlGeneration_NonPropertyValueMustBeNumber => GetResourceString("HtmlGeneration_NonPropertyValueMustBeNumber");
        /// <summary>The list of '{0}' must not be empty. Add at least one supported encoding.</summary>
        internal static string @TextInputFormatter_SupportedEncodingsMustNotBeEmpty => GetResourceString("TextInputFormatter_SupportedEncodingsMustNotBeEmpty");
        /// <summary>The list of '{0}' must not be empty. Add at least one supported encoding.</summary>
        internal static string FormatTextInputFormatter_SupportedEncodingsMustNotBeEmpty(object p0)
           => string.Format(Culture, GetResourceString("TextInputFormatter_SupportedEncodingsMustNotBeEmpty"), p0);
 
        /// <summary>The list of '{0}' must not be empty. Add at least one supported encoding.</summary>
        internal static string @TextOutputFormatter_SupportedEncodingsMustNotBeEmpty => GetResourceString("TextOutputFormatter_SupportedEncodingsMustNotBeEmpty");
        /// <summary>The list of '{0}' must not be empty. Add at least one supported encoding.</summary>
        internal static string FormatTextOutputFormatter_SupportedEncodingsMustNotBeEmpty(object p0)
           => string.Format(Culture, GetResourceString("TextOutputFormatter_SupportedEncodingsMustNotBeEmpty"), p0);
 
        /// <summary>'{0}' is not supported by '{1}'. Use '{2}' instead.</summary>
        internal static string @TextOutputFormatter_WriteResponseBodyAsyncNotSupported => GetResourceString("TextOutputFormatter_WriteResponseBodyAsyncNotSupported");
        /// <summary>'{0}' is not supported by '{1}'. Use '{2}' instead.</summary>
        internal static string FormatTextOutputFormatter_WriteResponseBodyAsyncNotSupported(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("TextOutputFormatter_WriteResponseBodyAsyncNotSupported"), p0, p1, p2);
 
        /// <summary>No media types found in '{0}.{1}'. Add at least one media type to the list of supported media types.</summary>
        internal static string @Formatter_NoMediaTypes => GetResourceString("Formatter_NoMediaTypes");
        /// <summary>No media types found in '{0}.{1}'. Add at least one media type to the list of supported media types.</summary>
        internal static string FormatFormatter_NoMediaTypes(object p0, object p1)
           => string.Format(Culture, GetResourceString("Formatter_NoMediaTypes"), p0, p1);
 
        /// <summary>Could not create a model binder for model object of type '{0}'.</summary>
        internal static string @CouldNotCreateIModelBinder => GetResourceString("CouldNotCreateIModelBinder");
        /// <summary>Could not create a model binder for model object of type '{0}'.</summary>
        internal static string FormatCouldNotCreateIModelBinder(object p0)
           => string.Format(Culture, GetResourceString("CouldNotCreateIModelBinder"), p0);
 
        /// <summary>'{0}.{1}' must not be empty. At least one '{2}' is required to bind from the body.</summary>
        internal static string @InputFormattersAreRequired => GetResourceString("InputFormattersAreRequired");
        /// <summary>'{0}.{1}' must not be empty. At least one '{2}' is required to bind from the body.</summary>
        internal static string FormatInputFormattersAreRequired(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("InputFormattersAreRequired"), p0, p1, p2);
 
        /// <summary>'{0}.{1}' must not be empty. At least one '{2}' is required to model bind.</summary>
        internal static string @ModelBinderProvidersAreRequired => GetResourceString("ModelBinderProvidersAreRequired");
        /// <summary>'{0}.{1}' must not be empty. At least one '{2}' is required to model bind.</summary>
        internal static string FormatModelBinderProvidersAreRequired(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("ModelBinderProvidersAreRequired"), p0, p1, p2);
 
        /// <summary>'{0}.{1}' must not be empty. At least one '{2}' is required to format a response.</summary>
        internal static string @OutputFormattersAreRequired => GetResourceString("OutputFormattersAreRequired");
        /// <summary>'{0}.{1}' must not be empty. At least one '{2}' is required to format a response.</summary>
        internal static string FormatOutputFormattersAreRequired(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("OutputFormattersAreRequired"), p0, p1, p2);
 
        /// <summary>Multiple overloads of method '{0}' are not supported.</summary>
        internal static string @MiddewareFilter_ConfigureMethodOverload => GetResourceString("MiddewareFilter_ConfigureMethodOverload");
        /// <summary>Multiple overloads of method '{0}' are not supported.</summary>
        internal static string FormatMiddewareFilter_ConfigureMethodOverload(object p0)
           => string.Format(Culture, GetResourceString("MiddewareFilter_ConfigureMethodOverload"), p0);
 
        /// <summary>A public method named '{0}' could not be found in the '{1}' type.</summary>
        internal static string @MiddewareFilter_NoConfigureMethod => GetResourceString("MiddewareFilter_NoConfigureMethod");
        /// <summary>A public method named '{0}' could not be found in the '{1}' type.</summary>
        internal static string FormatMiddewareFilter_NoConfigureMethod(object p0, object p1)
           => string.Format(Culture, GetResourceString("MiddewareFilter_NoConfigureMethod"), p0, p1);
 
        /// <summary>The '{0}' property cannot be null.</summary>
        internal static string @MiddlewareFilterBuilder_NullApplicationBuilder => GetResourceString("MiddlewareFilterBuilder_NullApplicationBuilder");
        /// <summary>The '{0}' property cannot be null.</summary>
        internal static string FormatMiddlewareFilterBuilder_NullApplicationBuilder(object p0)
           => string.Format(Culture, GetResourceString("MiddlewareFilterBuilder_NullApplicationBuilder"), p0);
 
        /// <summary>The '{0}' method in the type '{1}' must have a return type of '{2}'.</summary>
        internal static string @MiddlewareFilter_InvalidConfigureReturnType => GetResourceString("MiddlewareFilter_InvalidConfigureReturnType");
        /// <summary>The '{0}' method in the type '{1}' must have a return type of '{2}'.</summary>
        internal static string FormatMiddlewareFilter_InvalidConfigureReturnType(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("MiddlewareFilter_InvalidConfigureReturnType"), p0, p1, p2);
 
        /// <summary>Could not resolve a service of type '{0}' for the parameter '{1}' of method '{2}' on type '{3}'.</summary>
        internal static string @MiddlewareFilter_ServiceResolutionFail => GetResourceString("MiddlewareFilter_ServiceResolutionFail");
        /// <summary>Could not resolve a service of type '{0}' for the parameter '{1}' of method '{2}' on type '{3}'.</summary>
        internal static string FormatMiddlewareFilter_ServiceResolutionFail(object p0, object p1, object p2, object p3)
           => string.Format(Culture, GetResourceString("MiddlewareFilter_ServiceResolutionFail"), p0, p1, p2, p3);
 
        /// <summary>An {0} cannot be created without a valid instance of {1}.</summary>
        internal static string @AuthorizeFilter_AuthorizationPolicyCannotBeCreated => GetResourceString("AuthorizeFilter_AuthorizationPolicyCannotBeCreated");
        /// <summary>An {0} cannot be created without a valid instance of {1}.</summary>
        internal static string FormatAuthorizeFilter_AuthorizationPolicyCannotBeCreated(object p0, object p1)
           => string.Format(Culture, GetResourceString("AuthorizeFilter_AuthorizationPolicyCannotBeCreated"), p0, p1);
 
        /// <summary>The '{0}' cannot bind to a model of type '{1}'. Change the model type to '{2}' instead.</summary>
        internal static string @FormCollectionModelBinder_CannotBindToFormCollection => GetResourceString("FormCollectionModelBinder_CannotBindToFormCollection");
        /// <summary>The '{0}' cannot bind to a model of type '{1}'. Change the model type to '{2}' instead.</summary>
        internal static string FormatFormCollectionModelBinder_CannotBindToFormCollection(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("FormCollectionModelBinder_CannotBindToFormCollection"), p0, p1, p2);
 
        /// <summary>'{0}' requires the response cache middleware.</summary>
        internal static string @VaryByQueryKeys_Requires_ResponseCachingMiddleware => GetResourceString("VaryByQueryKeys_Requires_ResponseCachingMiddleware");
        /// <summary>'{0}' requires the response cache middleware.</summary>
        internal static string FormatVaryByQueryKeys_Requires_ResponseCachingMiddleware(object p0)
           => string.Format(Culture, GetResourceString("VaryByQueryKeys_Requires_ResponseCachingMiddleware"), p0);
 
        /// <summary>A duplicate entry for library reference {0} was found. Please check that all package references in all projects use the same casing for the same package references.</summary>
        internal static string @CandidateResolver_DifferentCasedReference => GetResourceString("CandidateResolver_DifferentCasedReference");
        /// <summary>A duplicate entry for library reference {0} was found. Please check that all package references in all projects use the same casing for the same package references.</summary>
        internal static string FormatCandidateResolver_DifferentCasedReference(object p0)
           => string.Format(Culture, GetResourceString("CandidateResolver_DifferentCasedReference"), p0);
 
        /// <summary>Unable to create an instance of type '{0}'. The type specified in {1} must not be abstract and must have a parameterless constructor.</summary>
        internal static string @MiddlewareFilterConfigurationProvider_CreateConfigureDelegate_CannotCreateType => GetResourceString("MiddlewareFilterConfigurationProvider_CreateConfigureDelegate_CannotCreateType");
        /// <summary>Unable to create an instance of type '{0}'. The type specified in {1} must not be abstract and must have a parameterless constructor.</summary>
        internal static string FormatMiddlewareFilterConfigurationProvider_CreateConfigureDelegate_CannotCreateType(object p0, object p1)
           => string.Format(Culture, GetResourceString("MiddlewareFilterConfigurationProvider_CreateConfigureDelegate_CannotCreateType"), p0, p1);
 
        /// <summary>'{0}' and '{1}' are out of bounds for the string.</summary>
        internal static string @Argument_InvalidOffsetLength => GetResourceString("Argument_InvalidOffsetLength");
        /// <summary>'{0}' and '{1}' are out of bounds for the string.</summary>
        internal static string FormatArgument_InvalidOffsetLength(object p0, object p1)
           => string.Format(Culture, GetResourceString("Argument_InvalidOffsetLength"), p0, p1);
 
        /// <summary>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor.</summary>
        internal static string @ComplexTypeModelBinder_NoParameterlessConstructor_ForType => GetResourceString("ComplexTypeModelBinder_NoParameterlessConstructor_ForType");
        /// <summary>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor.</summary>
        internal static string FormatComplexTypeModelBinder_NoParameterlessConstructor_ForType(object p0)
           => string.Format(Culture, GetResourceString("ComplexTypeModelBinder_NoParameterlessConstructor_ForType"), p0);
 
        /// <summary>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor. Alternatively, set the '{1}' property to a non-null value in the '{2}' constructor.</summary>
        internal static string @ComplexTypeModelBinder_NoParameterlessConstructor_ForProperty => GetResourceString("ComplexTypeModelBinder_NoParameterlessConstructor_ForProperty");
        /// <summary>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor. Alternatively, set the '{1}' property to a non-null value in the '{2}' constructor.</summary>
        internal static string FormatComplexTypeModelBinder_NoParameterlessConstructor_ForProperty(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("ComplexTypeModelBinder_NoParameterlessConstructor_ForProperty"), p0, p1, p2);
 
        /// <summary>No page named '{0}' matches the supplied values.</summary>
        internal static string @NoRoutesMatchedForPage => GetResourceString("NoRoutesMatchedForPage");
        /// <summary>No page named '{0}' matches the supplied values.</summary>
        internal static string FormatNoRoutesMatchedForPage(object p0)
           => string.Format(Culture, GetResourceString("NoRoutesMatchedForPage"), p0);
 
        /// <summary>The relative page path '{0}' can only be used while executing a Razor Page. Specify a root relative path with a leading '/' to generate a URL outside of a Razor Page. If you are using {1} then you must provide the current {2} to use relative pages.</summary>
        internal static string @UrlHelper_RelativePagePathIsNotSupported => GetResourceString("UrlHelper_RelativePagePathIsNotSupported");
        /// <summary>The relative page path '{0}' can only be used while executing a Razor Page. Specify a root relative path with a leading '/' to generate a URL outside of a Razor Page. If you are using {1} then you must provide the current {2} to use relative pages.</summary>
        internal static string FormatUrlHelper_RelativePagePathIsNotSupported(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("UrlHelper_RelativePagePathIsNotSupported"), p0, p1, p2);
 
        /// <summary>One or more validation errors occurred.</summary>
        internal static string @ValidationProblemDescription_Title => GetResourceString("ValidationProblemDescription_Title");
        /// <summary>Action '{0}' does not have an attribute route. Action methods on controllers annotated with {1} must be attribute routed.</summary>
        internal static string @ApiController_AttributeRouteRequired => GetResourceString("ApiController_AttributeRouteRequired");
        /// <summary>Action '{0}' does not have an attribute route. Action methods on controllers annotated with {1} must be attribute routed.</summary>
        internal static string FormatApiController_AttributeRouteRequired(object p0, object p1)
           => string.Format(Culture, GetResourceString("ApiController_AttributeRouteRequired"), p0, p1);
 
        /// <summary>No file provider has been configured to process the supplied file.</summary>
        internal static string @VirtualFileResultExecutor_NoFileProviderConfigured => GetResourceString("VirtualFileResultExecutor_NoFileProviderConfigured");
        /// <summary>Type {0} specified by {1} is invalid. Type specified by {1} must derive from {2}.</summary>
        internal static string @ApplicationPartFactory_InvalidFactoryType => GetResourceString("ApplicationPartFactory_InvalidFactoryType");
        /// <summary>Type {0} specified by {1} is invalid. Type specified by {1} must derive from {2}.</summary>
        internal static string FormatApplicationPartFactory_InvalidFactoryType(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("ApplicationPartFactory_InvalidFactoryType"), p0, p1, p2);
 
        /// <summary>{0} specified on {1} cannot be self referential.</summary>
        internal static string @RelatedAssemblyAttribute_AssemblyCannotReferenceSelf => GetResourceString("RelatedAssemblyAttribute_AssemblyCannotReferenceSelf");
        /// <summary>{0} specified on {1} cannot be self referential.</summary>
        internal static string FormatRelatedAssemblyAttribute_AssemblyCannotReferenceSelf(object p0, object p1)
           => string.Format(Culture, GetResourceString("RelatedAssemblyAttribute_AssemblyCannotReferenceSelf"), p0, p1);
 
        /// <summary>Related assembly '{0}' specified by assembly '{1}' could not be found in the directory {2}. Related assemblies must be co-located with the specifying assemblies.</summary>
        internal static string @RelatedAssemblyAttribute_CouldNotBeFound => GetResourceString("RelatedAssemblyAttribute_CouldNotBeFound");
        /// <summary>Related assembly '{0}' specified by assembly '{1}' could not be found in the directory {2}. Related assemblies must be co-located with the specifying assemblies.</summary>
        internal static string FormatRelatedAssemblyAttribute_CouldNotBeFound(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("RelatedAssemblyAttribute_CouldNotBeFound"), p0, p1, p2);
 
        /// <summary>Each related assembly must be declared by exactly one assembly. The assembly '{0}' was declared as related assembly by the following:</summary>
        internal static string @ApplicationAssembliesProvider_DuplicateRelatedAssembly => GetResourceString("ApplicationAssembliesProvider_DuplicateRelatedAssembly");
        /// <summary>Each related assembly must be declared by exactly one assembly. The assembly '{0}' was declared as related assembly by the following:</summary>
        internal static string FormatApplicationAssembliesProvider_DuplicateRelatedAssembly(object p0)
           => string.Format(Culture, GetResourceString("ApplicationAssembliesProvider_DuplicateRelatedAssembly"), p0);
 
        /// <summary>Assembly '{0}' declared as a related assembly by assembly '{1}' cannot define additional related assemblies.</summary>
        internal static string @ApplicationAssembliesProvider_RelatedAssemblyCannotDefineAdditional => GetResourceString("ApplicationAssembliesProvider_RelatedAssemblyCannotDefineAdditional");
        /// <summary>Assembly '{0}' declared as a related assembly by assembly '{1}' cannot define additional related assemblies.</summary>
        internal static string FormatApplicationAssembliesProvider_RelatedAssemblyCannotDefineAdditional(object p0, object p1)
           => string.Format(Culture, GetResourceString("ApplicationAssembliesProvider_RelatedAssemblyCannotDefineAdditional"), p0, p1);
 
        /// <summary>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor. Alternatively, give the '{1}' parameter a non-null default value.</summary>
        internal static string @ComplexTypeModelBinder_NoParameterlessConstructor_ForParameter => GetResourceString("ComplexTypeModelBinder_NoParameterlessConstructor_ForParameter");
        /// <summary>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor. Alternatively, give the '{1}' parameter a non-null default value.</summary>
        internal static string FormatComplexTypeModelBinder_NoParameterlessConstructor_ForParameter(object p0, object p1)
           => string.Format(Culture, GetResourceString("ComplexTypeModelBinder_NoParameterlessConstructor_ForParameter"), p0, p1);
 
        /// <summary>Action '{0}' has more than one parameter that was specified or inferred as bound from request body. Only one parameter per action may be bound from body. Inspect the following parameters, and use '{1}' to specify bound from query, '{2}' to specify bound fr ...</summary>
        internal static string @ApiController_MultipleBodyParametersFound => GetResourceString("ApiController_MultipleBodyParametersFound");
        /// <summary>Action '{0}' has more than one parameter that was specified or inferred as bound from request body. Only one parameter per action may be bound from body. Inspect the following parameters, and use '{1}' to specify bound from query, '{2}' to specify bound fr ...</summary>
        internal static string FormatApiController_MultipleBodyParametersFound(object p0, object p1, object p2, object p3)
           => string.Format(Culture, GetResourceString("ApiController_MultipleBodyParametersFound"), p0, p1, p2, p3);
 
        /// <summary>API convention type '{0}' must be a static type.</summary>
        internal static string @ApiConventionMustBeStatic => GetResourceString("ApiConventionMustBeStatic");
        /// <summary>API convention type '{0}' must be a static type.</summary>
        internal static string FormatApiConventionMustBeStatic(object p0)
           => string.Format(Culture, GetResourceString("ApiConventionMustBeStatic"), p0);
 
        /// <summary>Invalid type parameter '{0}' specified for '{1}'.</summary>
        internal static string @InvalidTypeTForActionResultOfT => GetResourceString("InvalidTypeTForActionResultOfT");
        /// <summary>Invalid type parameter '{0}' specified for '{1}'.</summary>
        internal static string FormatInvalidTypeTForActionResultOfT(object p0, object p1)
           => string.Format(Culture, GetResourceString("InvalidTypeTForActionResultOfT"), p0, p1);
 
        /// <summary>Method {0} is decorated with the following attributes that are not allowed on an API convention method:{1}The following attributes are allowed on API convention methods: {2}.</summary>
        internal static string @ApiConvention_UnsupportedAttributesOnConvention => GetResourceString("ApiConvention_UnsupportedAttributesOnConvention");
        /// <summary>Method {0} is decorated with the following attributes that are not allowed on an API convention method:{1}The following attributes are allowed on API convention methods: {2}.</summary>
        internal static string FormatApiConvention_UnsupportedAttributesOnConvention(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("ApiConvention_UnsupportedAttributesOnConvention"), p0, p1, p2);
 
        /// <summary>Method name '{0}' is ambiguous for convention type '{1}'. More than one method found with the name '{0}'.</summary>
        internal static string @ApiConventionMethod_AmbiguousMethodName => GetResourceString("ApiConventionMethod_AmbiguousMethodName");
        /// <summary>Method name '{0}' is ambiguous for convention type '{1}'. More than one method found with the name '{0}'.</summary>
        internal static string FormatApiConventionMethod_AmbiguousMethodName(object p0, object p1)
           => string.Format(Culture, GetResourceString("ApiConventionMethod_AmbiguousMethodName"), p0, p1);
 
        /// <summary>A method named '{0}' was not found on convention type '{1}'.</summary>
        internal static string @ApiConventionMethod_NoMethodFound => GetResourceString("ApiConventionMethod_NoMethodFound");
        /// <summary>A method named '{0}' was not found on convention type '{1}'.</summary>
        internal static string FormatApiConventionMethod_NoMethodFound(object p0, object p1)
           => string.Format(Culture, GetResourceString("ApiConventionMethod_NoMethodFound"), p0, p1);
 
        /// <summary>{0} exceeded the maximum configured validation depth '{1}' when validating type '{2}'.</summary>
        internal static string @ValidationVisitor_ExceededMaxDepth => GetResourceString("ValidationVisitor_ExceededMaxDepth");
        /// <summary>{0} exceeded the maximum configured validation depth '{1}' when validating type '{2}'.</summary>
        internal static string FormatValidationVisitor_ExceededMaxDepth(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("ValidationVisitor_ExceededMaxDepth"), p0, p1, p2);
 
        /// <summary>This may indicate a very deep or infinitely recursive object graph. Consider modifying '{0}.{1}' or suppressing validation on the model type.</summary>
        internal static string @ValidationVisitor_ExceededMaxDepthFix => GetResourceString("ValidationVisitor_ExceededMaxDepthFix");
        /// <summary>This may indicate a very deep or infinitely recursive object graph. Consider modifying '{0}.{1}' or suppressing validation on the model type.</summary>
        internal static string FormatValidationVisitor_ExceededMaxDepthFix(object p0, object p1)
           => string.Format(Culture, GetResourceString("ValidationVisitor_ExceededMaxDepthFix"), p0, p1);
 
        /// <summary>{0} exceeded the maximum configured validation depth '{1}' when validating property '{2}' on type '{3}'.</summary>
        internal static string @ValidationVisitor_ExceededMaxPropertyDepth => GetResourceString("ValidationVisitor_ExceededMaxPropertyDepth");
        /// <summary>{0} exceeded the maximum configured validation depth '{1}' when validating property '{2}' on type '{3}'.</summary>
        internal static string FormatValidationVisitor_ExceededMaxPropertyDepth(object p0, object p1, object p2, object p3)
           => string.Format(Culture, GetResourceString("ValidationVisitor_ExceededMaxPropertyDepth"), p0, p1, p2, p3);
 
        /// <summary>'{0}' requires a reference to '{1}'. Configure your application by adding a reference to the '{1}' package and calling '{2}.{3}' inside the call to '{4}' in the application startup code.</summary>
        internal static string @ReferenceToNewtonsoftJsonRequired => GetResourceString("ReferenceToNewtonsoftJsonRequired");
        /// <summary>'{0}' requires a reference to '{1}'. Configure your application by adding a reference to the '{1}' package and calling '{2}.{3}' inside the call to '{4}' in the application startup code.</summary>
        internal static string FormatReferenceToNewtonsoftJsonRequired(object p0, object p1, object p2, object p3, object p4)
           => string.Format(Culture, GetResourceString("ReferenceToNewtonsoftJsonRequired"), p0, p1, p2, p3, p4);
 
        /// <summary>Collection bound to '{0}' exceeded {1}.{2} ({3}). This limit is a safeguard against incorrect model binders and models. Address issues in '{4}'. For example, this type may have a property with a model binder that always succeeds. See the {1}.{2} documentat ...</summary>
        internal static string @ModelBinding_ExceededMaxModelBindingCollectionSize => GetResourceString("ModelBinding_ExceededMaxModelBindingCollectionSize");
        /// <summary>Collection bound to '{0}' exceeded {1}.{2} ({3}). This limit is a safeguard against incorrect model binders and models. Address issues in '{4}'. For example, this type may have a property with a model binder that always succeeds. See the {1}.{2} documentat ...</summary>
        internal static string FormatModelBinding_ExceededMaxModelBindingCollectionSize(object p0, object p1, object p2, object p3, object p4)
           => string.Format(Culture, GetResourceString("ModelBinding_ExceededMaxModelBindingCollectionSize"), p0, p1, p2, p3, p4);
 
        /// <summary>Model binding system exceeded {0}.{1} ({2}). Reduce the potential nesting of '{3}'. For example, this type may have a property with a model binder that always succeeds. See the {0}.{1} documentation for more information.</summary>
        internal static string @ModelBinding_ExceededMaxModelBindingRecursionDepth => GetResourceString("ModelBinding_ExceededMaxModelBindingRecursionDepth");
        /// <summary>Model binding system exceeded {0}.{1} ({2}). Reduce the potential nesting of '{3}'. For example, this type may have a property with a model binder that always succeeds. See the {0}.{1} documentation for more information.</summary>
        internal static string FormatModelBinding_ExceededMaxModelBindingRecursionDepth(object p0, object p1, object p2, object p3)
           => string.Format(Culture, GetResourceString("ModelBinding_ExceededMaxModelBindingRecursionDepth"), p0, p1, p2, p3);
 
        /// <summary>Property '{0}.{1}' must be an instance of type '{2}'.</summary>
        internal static string @Property_MustBeInstanceOfType => GetResourceString("Property_MustBeInstanceOfType");
        /// <summary>Property '{0}.{1}' must be an instance of type '{2}'.</summary>
        internal static string FormatProperty_MustBeInstanceOfType(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("Property_MustBeInstanceOfType"), p0, p1, p2);
 
        /// <summary>'{0}' reached the configured maximum size of the buffer when enumerating a value of type '{1}'. This limit is in place to prevent infinite streams of 'IAsyncEnumerable&lt;&gt;' from continuing indefinitely. If this is not a programming mistake, consider ways to  ...</summary>
        internal static string @ObjectResultExecutor_MaxEnumerationExceeded => GetResourceString("ObjectResultExecutor_MaxEnumerationExceeded");
        /// <summary>'{0}' reached the configured maximum size of the buffer when enumerating a value of type '{1}'. This limit is in place to prevent infinite streams of 'IAsyncEnumerable&lt;&gt;' from continuing indefinitely. If this is not a programming mistake, consider ways to  ...</summary>
        internal static string FormatObjectResultExecutor_MaxEnumerationExceeded(object p0, object p1)
           => string.Format(Culture, GetResourceString("ObjectResultExecutor_MaxEnumerationExceeded"), p0, p1);
 
        /// <summary>Unexpected end when reading JSON.</summary>
        internal static string @UnexpectedJsonEnd => GetResourceString("UnexpectedJsonEnd");
        /// <summary>Failed to read the request form. {0}</summary>
        internal static string @FailedToReadRequestForm => GetResourceString("FailedToReadRequestForm");
        /// <summary>Failed to read the request form. {0}</summary>
        internal static string FormatFailedToReadRequestForm(object p0)
           => string.Format(Culture, GetResourceString("FailedToReadRequestForm"), p0);
 
        /// <summary>A container cannot be specified when the ModelMetada is of kind '{0}'.</summary>
        internal static string @ValidationVisitor_ContainerCannotBeSpecified => GetResourceString("ValidationVisitor_ContainerCannotBeSpecified");
        /// <summary>A container cannot be specified when the ModelMetada is of kind '{0}'.</summary>
        internal static string FormatValidationVisitor_ContainerCannotBeSpecified(object p0)
           => string.Format(Culture, GetResourceString("ValidationVisitor_ContainerCannotBeSpecified"), p0);
 
        /// <summary>Transformer '{0}' was retrieved from dependency injection with a state value. State can only be specified when the dynamic route is mapped using MapDynamicControllerRoute's state argument together with transient lifetime transformer. Ensure that '{0}' does ...</summary>
        internal static string @StateShouldBeNullForRouteValueTransformers => GetResourceString("StateShouldBeNullForRouteValueTransformers");
        /// <summary>Transformer '{0}' was retrieved from dependency injection with a state value. State can only be specified when the dynamic route is mapped using MapDynamicControllerRoute's state argument together with transient lifetime transformer. Ensure that '{0}' does ...</summary>
        internal static string FormatStateShouldBeNullForRouteValueTransformers(object p0)
           => string.Format(Culture, GetResourceString("StateShouldBeNullForRouteValueTransformers"), p0);
 
        /// <summary>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor. Record types must have a single primary constructor. Alternatively, give the '{1}' parameter a non-null def ...</summary>
        internal static string @ComplexObjectModelBinder_NoSuitableConstructor_ForParameter => GetResourceString("ComplexObjectModelBinder_NoSuitableConstructor_ForParameter");
        /// <summary>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor. Record types must have a single primary constructor. Alternatively, give the '{1}' parameter a non-null def ...</summary>
        internal static string FormatComplexObjectModelBinder_NoSuitableConstructor_ForParameter(object p0, object p1)
           => string.Format(Culture, GetResourceString("ComplexObjectModelBinder_NoSuitableConstructor_ForParameter"), p0, p1);
 
        /// <summary>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor. Record types must have a single primary constructor. Alternatively, set the '{1}' property to a non-null va ...</summary>
        internal static string @ComplexObjectModelBinder_NoSuitableConstructor_ForProperty => GetResourceString("ComplexObjectModelBinder_NoSuitableConstructor_ForProperty");
        /// <summary>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor. Record types must have a single primary constructor. Alternatively, set the '{1}' property to a non-null va ...</summary>
        internal static string FormatComplexObjectModelBinder_NoSuitableConstructor_ForProperty(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("ComplexObjectModelBinder_NoSuitableConstructor_ForProperty"), p0, p1, p2);
 
        /// <summary>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor. Record types must have a single primary constructor.</summary>
        internal static string @ComplexObjectModelBinder_NoSuitableConstructor_ForType => GetResourceString("ComplexObjectModelBinder_NoSuitableConstructor_ForType");
        /// <summary>Could not create an instance of type '{0}'. Model bound complex types must not be abstract or value types and must have a parameterless constructor. Record types must have a single primary constructor.</summary>
        internal static string FormatComplexObjectModelBinder_NoSuitableConstructor_ForType(object p0)
           => string.Format(Culture, GetResourceString("ComplexObjectModelBinder_NoSuitableConstructor_ForType"), p0);
 
        /// <summary>No property found that maps to constructor parameter '{0}' for type '{1}'. Validation requires that each bound parameter of a record type's primary constructor must have a property to read the value.</summary>
        internal static string @ValidationStrategy_MappedPropertyNotFound => GetResourceString("ValidationStrategy_MappedPropertyNotFound");
        /// <summary>No property found that maps to constructor parameter '{0}' for type '{1}'. Validation requires that each bound parameter of a record type's primary constructor must have a property to read the value.</summary>
        internal static string FormatValidationStrategy_MappedPropertyNotFound(object p0, object p1)
           => string.Format(Culture, GetResourceString("ValidationStrategy_MappedPropertyNotFound"), p0, p1);
 
        /// <summary>{0} cannot update a record type model. If a '{1}' must be updated, include it in an object type.</summary>
        internal static string @TryUpdateModel_RecordTypeNotSupported => GetResourceString("TryUpdateModel_RecordTypeNotSupported");
        /// <summary>{0} cannot update a record type model. If a '{1}' must be updated, include it in an object type.</summary>
        internal static string FormatTryUpdateModel_RecordTypeNotSupported(object p0, object p1)
           => string.Format(Culture, GetResourceString("TryUpdateModel_RecordTypeNotSupported"), p0, p1);
 
        /// <summary>Could not parse '{0}'. Content types with wildcards are not supported.</summary>
        internal static string @GetContentTypes_WildcardsNotSupported => GetResourceString("GetContentTypes_WildcardsNotSupported");
        /// <summary>Could not parse '{0}'. Content types with wildcards are not supported.</summary>
        internal static string FormatGetContentTypes_WildcardsNotSupported(object p0)
           => string.Format(Culture, GetResourceString("GetContentTypes_WildcardsNotSupported"), p0);
 
        /// <summary>'{0}' requires the output cache middleware.</summary>
        internal static string @OutputCacheAttribute_Requires_OutputCachingMiddleware => GetResourceString("OutputCacheAttribute_Requires_OutputCachingMiddleware");
        /// <summary>'{0}' requires the output cache middleware.</summary>
        internal static string FormatOutputCacheAttribute_Requires_OutputCachingMiddleware(object p0)
           => string.Format(Culture, GetResourceString("OutputCacheAttribute_Requires_OutputCachingMiddleware"), p0);
 
        /// <summary>The type '{0}' does not contain a TryParse method and the binder '{1}' cannot be used.</summary>
        internal static string @TryParseModelBinder_InvalidType => GetResourceString("TryParseModelBinder_InvalidType");
        /// <summary>The type '{0}' does not contain a TryParse method and the binder '{1}' cannot be used.</summary>
        internal static string FormatTryParseModelBinder_InvalidType(object p0, object p1)
           => string.Format(Culture, GetResourceString("TryParseModelBinder_InvalidType"), p0, p1);
 
 
    }
}