We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225ae77 commit 0e12347Copy full SHA for 0e12347
src/libraries/System.Text.RegularExpressions/gen/DiagnosticDescriptors.cs
@@ -8,7 +8,7 @@ namespace System.Text.RegularExpressions.Generator
8
{
9
internal static class DiagnosticDescriptors
10
11
- private const string Category = "GeneratedRegex";
+ private const string Category = "Performance";
12
13
public static DiagnosticDescriptor InvalidGeneratedRegexAttribute { get; } = new DiagnosticDescriptor(
14
id: "SYSLIB1040",
0 commit comments