Skip to content

Commit

Permalink
Fix regex analyzers category to be "Performance" rather than "Generat…
Browse files Browse the repository at this point in the history
…edRegex" (#80919)
  • Loading branch information
stephentoub authored Jan 20, 2023
1 parent 225ae77 commit 0e12347
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace System.Text.RegularExpressions.Generator
{
internal static class DiagnosticDescriptors
{
private const string Category = "GeneratedRegex";
private const string Category = "Performance";

public static DiagnosticDescriptor InvalidGeneratedRegexAttribute { get; } = new DiagnosticDescriptor(
id: "SYSLIB1040",
Expand Down

0 comments on commit 0e12347

Please sign in to comment.