parent
30668fb196
commit
261b256cf8
|
|
@ -165,7 +165,7 @@ namespace Microsoft.AspNetCore.Razor.Language.Components
|
||||||
public static readonly RazorDiagnosticDescriptor BindAttribute_InvalidSyntax =
|
public static readonly RazorDiagnosticDescriptor BindAttribute_InvalidSyntax =
|
||||||
new RazorDiagnosticDescriptor(
|
new RazorDiagnosticDescriptor(
|
||||||
$"{DiagnosticPrefix}9991",
|
$"{DiagnosticPrefix}9991",
|
||||||
() => "The attribute names could not be inferred from bind attribute '{0}'. Bind attributes should be of the form" +
|
() => "The attribute names could not be inferred from bind attribute '{0}'. Bind attributes should be of the form " +
|
||||||
"'bind' or 'bind-value' along with their corresponding optional parameters like 'bind-value:event', 'bind:format' etc.",
|
"'bind' or 'bind-value' along with their corresponding optional parameters like 'bind-value:event', 'bind:format' etc.",
|
||||||
RazorDiagnosticSeverity.Error);
|
RazorDiagnosticSeverity.Error);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue