diff --git a/src/Microsoft.AspNetCore.Mvc.Razor.Extensions/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Extensions/Properties/Resources.Designer.cs
index 24477b448a..97d9dc35b9 100644
--- a/src/Microsoft.AspNetCore.Mvc.Razor.Extensions/Properties/Resources.Designer.cs
+++ b/src/Microsoft.AspNetCore.Mvc.Razor.Extensions/Properties/Resources.Designer.cs
@@ -15,96 +15,84 @@ namespace Microsoft.AspNetCore.Mvc.Razor.Extensions
///
internal static string ArgumentCannotBeNullOrEmpy
{
- get { return GetString("ArgumentCannotBeNullOrEmpy"); }
+ get => GetString("ArgumentCannotBeNullOrEmpy");
}
///
/// Value cannot be null or empty.
///
internal static string FormatArgumentCannotBeNullOrEmpy()
- {
- return GetString("ArgumentCannotBeNullOrEmpy");
- }
+ => GetString("ArgumentCannotBeNullOrEmpy");
///
/// The 'inherits' keyword is not allowed when a '{0}' keyword is used.
///
internal static string MvcRazorCodeParser_CannotHaveModelAndInheritsKeyword
{
- get { return GetString("MvcRazorCodeParser_CannotHaveModelAndInheritsKeyword"); }
+ get => GetString("MvcRazorCodeParser_CannotHaveModelAndInheritsKeyword");
}
///
/// The 'inherits' keyword is not allowed when a '{0}' keyword is used.
///
internal static string FormatMvcRazorCodeParser_CannotHaveModelAndInheritsKeyword(object p0)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("MvcRazorCodeParser_CannotHaveModelAndInheritsKeyword"), p0);
- }
+ => string.Format(CultureInfo.CurrentCulture, GetString("MvcRazorCodeParser_CannotHaveModelAndInheritsKeyword"), p0);
///
/// A property name must be specified when using the '{0}' statement. Format for a '{0}' statement is '@{0} <Type Name> <Property Name>'.
///
internal static string MvcRazorCodeParser_InjectDirectivePropertyNameRequired
{
- get { return GetString("MvcRazorCodeParser_InjectDirectivePropertyNameRequired"); }
+ get => GetString("MvcRazorCodeParser_InjectDirectivePropertyNameRequired");
}
///
/// A property name must be specified when using the '{0}' statement. Format for a '{0}' statement is '@{0} <Type Name> <Property Name>'.
///
internal static string FormatMvcRazorCodeParser_InjectDirectivePropertyNameRequired(object p0)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("MvcRazorCodeParser_InjectDirectivePropertyNameRequired"), p0);
- }
+ => string.Format(CultureInfo.CurrentCulture, GetString("MvcRazorCodeParser_InjectDirectivePropertyNameRequired"), p0);
///
/// The '{0}' keyword must be followed by a type name on the same line.
///
internal static string MvcRazorCodeParser_KeywordMustBeFollowedByTypeName
{
- get { return GetString("MvcRazorCodeParser_KeywordMustBeFollowedByTypeName"); }
+ get => GetString("MvcRazorCodeParser_KeywordMustBeFollowedByTypeName");
}
///
/// The '{0}' keyword must be followed by a type name on the same line.
///
internal static string FormatMvcRazorCodeParser_KeywordMustBeFollowedByTypeName(object p0)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("MvcRazorCodeParser_KeywordMustBeFollowedByTypeName"), p0);
- }
+ => string.Format(CultureInfo.CurrentCulture, GetString("MvcRazorCodeParser_KeywordMustBeFollowedByTypeName"), p0);
///
/// Only one '{0}' statement is allowed in a file.
///
internal static string MvcRazorCodeParser_OnlyOneModelStatementIsAllowed
{
- get { return GetString("MvcRazorCodeParser_OnlyOneModelStatementIsAllowed"); }
+ get => GetString("MvcRazorCodeParser_OnlyOneModelStatementIsAllowed");
}
///
/// Only one '{0}' statement is allowed in a file.
///
internal static string FormatMvcRazorCodeParser_OnlyOneModelStatementIsAllowed(object p0)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("MvcRazorCodeParser_OnlyOneModelStatementIsAllowed"), p0);
- }
+ => string.Format(CultureInfo.CurrentCulture, GetString("MvcRazorCodeParser_OnlyOneModelStatementIsAllowed"), p0);
///
/// Invalid tag helper property '{0}.{1}'. Dictionary values must not be of type '{2}'.
///
internal static string MvcRazorParser_InvalidPropertyType
{
- get { return GetString("MvcRazorParser_InvalidPropertyType"); }
+ get => GetString("MvcRazorParser_InvalidPropertyType");
}
///
/// Invalid tag helper property '{0}.{1}'. Dictionary values must not be of type '{2}'.
///
internal static string FormatMvcRazorParser_InvalidPropertyType(object p0, object p1, object p2)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("MvcRazorParser_InvalidPropertyType"), p0, p1, p2);
- }
+ => string.Format(CultureInfo.CurrentCulture, GetString("MvcRazorParser_InvalidPropertyType"), p0, p1, p2);
private static string GetString(string name, params string[] formatterNames)
{
diff --git a/src/Microsoft.AspNetCore.Razor.Runtime/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Razor.Runtime/Properties/Resources.Designer.cs
index b2d9e8a71c..15dc773c6a 100644
--- a/src/Microsoft.AspNetCore.Razor.Runtime/Properties/Resources.Designer.cs
+++ b/src/Microsoft.AspNetCore.Razor.Runtime/Properties/Resources.Designer.cs
@@ -10,501 +10,19 @@ namespace Microsoft.AspNetCore.Razor.Runtime
private static readonly ResourceManager _resourceManager
= new ResourceManager("Microsoft.AspNetCore.Razor.Runtime.Resources", typeof(Resources).GetTypeInfo().Assembly);
- ///
- /// Invalid tag helper directive look up text '{0}'. The correct look up text format is: "typeName, assemblyName".
- ///
- internal static string TagHelperDescriptorResolver_InvalidTagHelperLookupText
- {
- get { return GetString("TagHelperDescriptorResolver_InvalidTagHelperLookupText"); }
- }
-
- ///
- /// Invalid tag helper directive look up text '{0}'. The correct look up text format is: "typeName, assemblyName".
- ///
- internal static string FormatTagHelperDescriptorResolver_InvalidTagHelperLookupText(object p0)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorResolver_InvalidTagHelperLookupText"), p0);
- }
-
- ///
- /// Cannot resolve TagHelper containing assembly '{0}'. Error: {1}
- ///
- internal static string TagHelperTypeResolver_CannotResolveTagHelperAssembly
- {
- get { return GetString("TagHelperTypeResolver_CannotResolveTagHelperAssembly"); }
- }
-
- ///
- /// Cannot resolve TagHelper containing assembly '{0}'. Error: {1}
- ///
- internal static string FormatTagHelperTypeResolver_CannotResolveTagHelperAssembly(object p0, object p1)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperTypeResolver_CannotResolveTagHelperAssembly"), p0, p1);
- }
-
- ///
- /// Tag helper directive assembly name cannot be null or empty.
- ///
- internal static string TagHelperTypeResolver_TagHelperAssemblyNameCannotBeEmptyOrNull
- {
- get { return GetString("TagHelperTypeResolver_TagHelperAssemblyNameCannotBeEmptyOrNull"); }
- }
-
- ///
- /// Tag helper directive assembly name cannot be null or empty.
- ///
- internal static string FormatTagHelperTypeResolver_TagHelperAssemblyNameCannotBeEmptyOrNull()
- {
- return GetString("TagHelperTypeResolver_TagHelperAssemblyNameCannotBeEmptyOrNull");
- }
-
///
/// Must call '{2}.{1}' before calling '{2}.{0}'.
///
internal static string ScopeManager_EndCannotBeCalledWithoutACallToBegin
{
- get { return GetString("ScopeManager_EndCannotBeCalledWithoutACallToBegin"); }
+ get => GetString("ScopeManager_EndCannotBeCalledWithoutACallToBegin");
}
///
/// Must call '{2}.{1}' before calling '{2}.{0}'.
///
internal static string FormatScopeManager_EndCannotBeCalledWithoutACallToBegin(object p0, object p1, object p2)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("ScopeManager_EndCannotBeCalledWithoutACallToBegin"), p0, p1, p2);
- }
-
- ///
- /// {0} name cannot be null or whitespace.
- ///
- internal static string HtmlTargetElementAttribute_NameCannotBeNullOrWhitespace
- {
- get { return GetString("HtmlTargetElementAttribute_NameCannotBeNullOrWhitespace"); }
- }
-
- ///
- /// {0} name cannot be null or whitespace.
- ///
- internal static string FormatHtmlTargetElementAttribute_NameCannotBeNullOrWhitespace(object p0)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("HtmlTargetElementAttribute_NameCannotBeNullOrWhitespace"), p0);
- }
-
- ///
- /// The value cannot be null or empty.
- ///
- internal static string ArgumentCannotBeNullOrEmpty
- {
- get { return GetString("ArgumentCannotBeNullOrEmpty"); }
- }
-
- ///
- /// The value cannot be null or empty.
- ///
- internal static string FormatArgumentCannotBeNullOrEmpty()
- {
- return GetString("ArgumentCannotBeNullOrEmpty");
- }
-
- ///
- /// Encountered an unexpected error when attempting to resolve tag helper directive '{0}' with value '{1}'. Error: {2}
- ///
- internal static string TagHelperDescriptorResolver_EncounteredUnexpectedError
- {
- get { return GetString("TagHelperDescriptorResolver_EncounteredUnexpectedError"); }
- }
-
- ///
- /// Encountered an unexpected error when attempting to resolve tag helper directive '{0}' with value '{1}'. Error: {2}
- ///
- internal static string FormatTagHelperDescriptorResolver_EncounteredUnexpectedError(object p0, object p1, object p2)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorResolver_EncounteredUnexpectedError"), p0, p1, p2);
- }
-
- ///
- /// Tag helpers cannot target {0} name '{1}' because it contains a '{2}' character.
- ///
- internal static string HtmlTargetElementAttribute_InvalidName
- {
- get { return GetString("HtmlTargetElementAttribute_InvalidName"); }
- }
-
- ///
- /// Tag helpers cannot target {0} name '{1}' because it contains a '{2}' character.
- ///
- internal static string FormatHtmlTargetElementAttribute_InvalidName(object p0, object p1, object p2)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("HtmlTargetElementAttribute_InvalidName"), p0, p1, p2);
- }
-
- ///
- /// Invalid tag helper directive '{0}'. Cannot have multiple '{0}' directives on a page.
- ///
- internal static string TagHelperDescriptorResolver_InvalidTagHelperDirective
- {
- get { return GetString("TagHelperDescriptorResolver_InvalidTagHelperDirective"); }
- }
-
- ///
- /// Invalid tag helper directive '{0}'. Cannot have multiple '{0}' directives on a page.
- ///
- internal static string FormatTagHelperDescriptorResolver_InvalidTagHelperDirective(object p0)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorResolver_InvalidTagHelperDirective"), p0);
- }
-
- ///
- /// Invalid tag helper directive '{0}' value. '{1}' is not allowed in prefix '{2}'.
- ///
- internal static string TagHelperDescriptorResolver_InvalidTagHelperPrefixValue
- {
- get { return GetString("TagHelperDescriptorResolver_InvalidTagHelperPrefixValue"); }
- }
-
- ///
- /// Invalid tag helper directive '{0}' value. '{1}' is not allowed in prefix '{2}'.
- ///
- internal static string FormatTagHelperDescriptorResolver_InvalidTagHelperPrefixValue(object p0, object p1, object p2)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorResolver_InvalidTagHelperPrefixValue"), p0, p1, p2);
- }
-
- ///
- /// Attribute
- ///
- internal static string TagHelperDescriptorFactory_Attribute
- {
- get { return GetString("TagHelperDescriptorFactory_Attribute"); }
- }
-
- ///
- /// Attribute
- ///
- internal static string FormatTagHelperDescriptorFactory_Attribute()
- {
- return GetString("TagHelperDescriptorFactory_Attribute");
- }
-
- ///
- /// name
- ///
- internal static string TagHelperDescriptorFactory_Name
- {
- get { return GetString("TagHelperDescriptorFactory_Name"); }
- }
-
- ///
- /// name
- ///
- internal static string FormatTagHelperDescriptorFactory_Name()
- {
- return GetString("TagHelperDescriptorFactory_Name");
- }
-
- ///
- /// prefix
- ///
- internal static string TagHelperDescriptorFactory_Prefix
- {
- get { return GetString("TagHelperDescriptorFactory_Prefix"); }
- }
-
- ///
- /// prefix
- ///
- internal static string FormatTagHelperDescriptorFactory_Prefix()
- {
- return GetString("TagHelperDescriptorFactory_Prefix");
- }
-
- ///
- /// Tag
- ///
- internal static string TagHelperDescriptorFactory_Tag
- {
- get { return GetString("TagHelperDescriptorFactory_Tag"); }
- }
-
- ///
- /// Tag
- ///
- internal static string FormatTagHelperDescriptorFactory_Tag()
- {
- return GetString("TagHelperDescriptorFactory_Tag");
- }
-
- ///
- /// Invalid tag helper bound property '{0}.{1}'. An '{2}' must not be associated with a property with no public setter unless its type implements '{3}'.
- ///
- internal static string TagHelperDescriptorFactory_InvalidAttributeNameAttribute
- {
- get { return GetString("TagHelperDescriptorFactory_InvalidAttributeNameAttribute"); }
- }
-
- ///
- /// Invalid tag helper bound property '{0}.{1}'. An '{2}' must not be associated with a property with no public setter unless its type implements '{3}'.
- ///
- internal static string FormatTagHelperDescriptorFactory_InvalidAttributeNameAttribute(object p0, object p1, object p2, object p3)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorFactory_InvalidAttributeNameAttribute"), p0, p1, p2, p3);
- }
-
- ///
- /// Invalid tag helper bound property '{0}.{1}'. Tag helpers cannot bind to HTML attributes with {2} '{3}' because {2} contains a '{4}' character.
- ///
- internal static string TagHelperDescriptorFactory_InvalidAttributeNameOrPrefixCharacter
- {
- get { return GetString("TagHelperDescriptorFactory_InvalidAttributeNameOrPrefixCharacter"); }
- }
-
- ///
- /// Invalid tag helper bound property '{0}.{1}'. Tag helpers cannot bind to HTML attributes with {2} '{3}' because {2} contains a '{4}' character.
- ///
- internal static string FormatTagHelperDescriptorFactory_InvalidAttributeNameOrPrefixCharacter(object p0, object p1, object p2, object p3, object p4)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorFactory_InvalidAttributeNameOrPrefixCharacter"), p0, p1, p2, p3, p4);
- }
-
- ///
- /// Invalid tag helper bound property '{0}.{1}'. Tag helpers cannot bind to HTML attributes with {2} '{3}' because {2} starts with '{4}'.
- ///
- internal static string TagHelperDescriptorFactory_InvalidAttributeNameOrPrefixStart
- {
- get { return GetString("TagHelperDescriptorFactory_InvalidAttributeNameOrPrefixStart"); }
- }
-
- ///
- /// Invalid tag helper bound property '{0}.{1}'. Tag helpers cannot bind to HTML attributes with {2} '{3}' because {2} starts with '{4}'.
- ///
- internal static string FormatTagHelperDescriptorFactory_InvalidAttributeNameOrPrefixStart(object p0, object p1, object p2, object p3, object p4)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorFactory_InvalidAttributeNameOrPrefixStart"), p0, p1, p2, p3, p4);
- }
-
- ///
- /// Invalid tag helper bound property '{0}.{1}'. Tag helpers cannot bind to HTML attributes with a whitespace {2}.
- ///
- internal static string TagHelperDescriptorFactory_InvalidAttributeNameOrPrefixWhitespace
- {
- get { return GetString("TagHelperDescriptorFactory_InvalidAttributeNameOrPrefixWhitespace"); }
- }
-
- ///
- /// Invalid tag helper bound property '{0}.{1}'. Tag helpers cannot bind to HTML attributes with a whitespace {2}.
- ///
- internal static string FormatTagHelperDescriptorFactory_InvalidAttributeNameOrPrefixWhitespace(object p0, object p1, object p2)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorFactory_InvalidAttributeNameOrPrefixWhitespace"), p0, p1, p2);
- }
-
- ///
- /// Invalid tag helper bound property '{0}.{1}'. Tag helpers cannot bind to HTML attributes with a null or empty name.
- ///
- internal static string TagHelperDescriptorFactory_InvalidAttributeNameNullOrEmpty
- {
- get { return GetString("TagHelperDescriptorFactory_InvalidAttributeNameNullOrEmpty"); }
- }
-
- ///
- /// Invalid tag helper bound property '{0}.{1}'. Tag helpers cannot bind to HTML attributes with a null or empty name.
- ///
- internal static string FormatTagHelperDescriptorFactory_InvalidAttributeNameNullOrEmpty(object p0, object p1)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorFactory_InvalidAttributeNameNullOrEmpty"), p0, p1);
- }
-
- ///
- /// Invalid tag helper bound property '{0}.{1}'. '{2}.{3}' must be null or empty if property has no public setter.
- ///
- internal static string TagHelperDescriptorFactory_InvalidAttributeNameNotNullOrEmpty
- {
- get { return GetString("TagHelperDescriptorFactory_InvalidAttributeNameNotNullOrEmpty"); }
- }
-
- ///
- /// Invalid tag helper bound property '{0}.{1}'. '{2}.{3}' must be null or empty if property has no public setter.
- ///
- internal static string FormatTagHelperDescriptorFactory_InvalidAttributeNameNotNullOrEmpty(object p0, object p1, object p2, object p3)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorFactory_InvalidAttributeNameNotNullOrEmpty"), p0, p1, p2, p3);
- }
-
- ///
- /// Invalid tag helper bound property '{0}.{1}'. '{2}.{3}' must not be null if property has no public setter and its type implements '{4}'.
- ///
- internal static string TagHelperDescriptorFactory_InvalidAttributePrefixNull
- {
- get { return GetString("TagHelperDescriptorFactory_InvalidAttributePrefixNull"); }
- }
-
- ///
- /// Invalid tag helper bound property '{0}.{1}'. '{2}.{3}' must not be null if property has no public setter and its type implements '{4}'.
- ///
- internal static string FormatTagHelperDescriptorFactory_InvalidAttributePrefixNull(object p0, object p1, object p2, object p3, object p4)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorFactory_InvalidAttributePrefixNull"), p0, p1, p2, p3, p4);
- }
-
- ///
- /// Invalid tag helper bound property '{0}.{1}'. '{2}.{3}' must be null unless property type implements '{4}'.
- ///
- internal static string TagHelperDescriptorFactory_InvalidAttributePrefixNotNull
- {
- get { return GetString("TagHelperDescriptorFactory_InvalidAttributePrefixNotNull"); }
- }
-
- ///
- /// Invalid tag helper bound property '{0}.{1}'. '{2}.{3}' must be null unless property type implements '{4}'.
- ///
- internal static string FormatTagHelperDescriptorFactory_InvalidAttributePrefixNotNull(object p0, object p1, object p2, object p3, object p4)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorFactory_InvalidAttributePrefixNotNull"), p0, p1, p2, p3, p4);
- }
-
- ///
- /// Invalid '{0}' tag name '{1}' for tag helper '{2}'. Tag helpers cannot restrict child elements that contain a '{3}' character.
- ///
- internal static string TagHelperDescriptorFactory_InvalidRestrictChildrenAttributeName
- {
- get { return GetString("TagHelperDescriptorFactory_InvalidRestrictChildrenAttributeName"); }
- }
-
- ///
- /// Invalid '{0}' tag name '{1}' for tag helper '{2}'. Tag helpers cannot restrict child elements that contain a '{3}' character.
- ///
- internal static string FormatTagHelperDescriptorFactory_InvalidRestrictChildrenAttributeName(object p0, object p1, object p2, object p3)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorFactory_InvalidRestrictChildrenAttributeName"), p0, p1, p2, p3);
- }
-
- ///
- /// Invalid '{0}' tag name for tag helper '{1}'. Name cannot be null or whitespace.
- ///
- internal static string TagHelperDescriptorFactory_InvalidRestrictChildrenAttributeNameNullWhitespace
- {
- get { return GetString("TagHelperDescriptorFactory_InvalidRestrictChildrenAttributeNameNullWhitespace"); }
- }
-
- ///
- /// Invalid '{0}' tag name for tag helper '{1}'. Name cannot be null or whitespace.
- ///
- internal static string FormatTagHelperDescriptorFactory_InvalidRestrictChildrenAttributeNameNullWhitespace(object p0, object p1)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorFactory_InvalidRestrictChildrenAttributeNameNullWhitespace"), p0, p1);
- }
-
- ///
- /// Parent Tag
- ///
- internal static string TagHelperDescriptorFactory_ParentTag
- {
- get { return GetString("TagHelperDescriptorFactory_ParentTag"); }
- }
-
- ///
- /// Parent Tag
- ///
- internal static string FormatTagHelperDescriptorFactory_ParentTag()
- {
- return GetString("TagHelperDescriptorFactory_ParentTag");
- }
-
- ///
- /// Argument must be an instance of '{0}'.
- ///
- internal static string ArgumentMustBeAnInstanceOf
- {
- get { return GetString("ArgumentMustBeAnInstanceOf"); }
- }
-
- ///
- /// Argument must be an instance of '{0}'.
- ///
- internal static string FormatArgumentMustBeAnInstanceOf(object p0)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("ArgumentMustBeAnInstanceOf"), p0);
- }
-
- ///
- /// Could not find matching ']' for required attribute '{0}'.
- ///
- internal static string TagHelperDescriptorFactory_CouldNotFindMatchingEndBrace
- {
- get { return GetString("TagHelperDescriptorFactory_CouldNotFindMatchingEndBrace"); }
- }
-
- ///
- /// Could not find matching ']' for required attribute '{0}'.
- ///
- internal static string FormatTagHelperDescriptorFactory_CouldNotFindMatchingEndBrace(object p0)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorFactory_CouldNotFindMatchingEndBrace"), p0);
- }
-
- ///
- /// Invalid required attribute character '{0}' in required attribute '{1}'. Separate required attributes with commas.
- ///
- internal static string TagHelperDescriptorFactory_InvalidRequiredAttributeCharacter
- {
- get { return GetString("TagHelperDescriptorFactory_InvalidRequiredAttributeCharacter"); }
- }
-
- ///
- /// Invalid required attribute character '{0}' in required attribute '{1}'. Separate required attributes with commas.
- ///
- internal static string FormatTagHelperDescriptorFactory_InvalidRequiredAttributeCharacter(object p0, object p1)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorFactory_InvalidRequiredAttributeCharacter"), p0, p1);
- }
-
- ///
- /// Required attribute '{0}' has mismatched quotes '{1}' around value.
- ///
- internal static string TagHelperDescriptorFactory_InvalidRequiredAttributeMismatchedQuotes
- {
- get { return GetString("TagHelperDescriptorFactory_InvalidRequiredAttributeMismatchedQuotes"); }
- }
-
- ///
- /// Required attribute '{0}' has mismatched quotes '{1}' around value.
- ///
- internal static string FormatTagHelperDescriptorFactory_InvalidRequiredAttributeMismatchedQuotes(object p0, object p1)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorFactory_InvalidRequiredAttributeMismatchedQuotes"), p0, p1);
- }
-
- ///
- /// Required attribute '{0}' has a partial CSS operator. '{1}' must be followed by an equals.
- ///
- internal static string TagHelperDescriptorFactory_PartialRequiredAttributeOperator
- {
- get { return GetString("TagHelperDescriptorFactory_PartialRequiredAttributeOperator"); }
- }
-
- ///
- /// Required attribute '{0}' has a partial CSS operator. '{1}' must be followed by an equals.
- ///
- internal static string FormatTagHelperDescriptorFactory_PartialRequiredAttributeOperator(object p0, object p1)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorFactory_PartialRequiredAttributeOperator"), p0, p1);
- }
-
- ///
- /// Invalid character '{0}' in required attribute '{1}'. Expected supported CSS operator or ']'.
- ///
- internal static string TagHelperDescriptorFactory_InvalidRequiredAttributeOperator
- {
- get { return GetString("TagHelperDescriptorFactory_InvalidRequiredAttributeOperator"); }
- }
-
- ///
- /// Invalid character '{0}' in required attribute '{1}'. Expected supported CSS operator or ']'.
- ///
- internal static string FormatTagHelperDescriptorFactory_InvalidRequiredAttributeOperator(object p0, object p1)
- {
- return string.Format(CultureInfo.CurrentCulture, GetString("TagHelperDescriptorFactory_InvalidRequiredAttributeOperator"), p0, p1);
- }
+ => string.Format(CultureInfo.CurrentCulture, GetString("ScopeManager_EndCannotBeCalledWithoutACallToBegin"), p0, p1, p2);
private static string GetString(string name, params string[] formatterNames)
{