File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ dotnet_diagnostic.BCL0015.severity = none
2222dotnet_diagnostic.BCL0020.severity = warning
2323
2424# SYSLIB1040: Invalid GeneratedRegexAttribute usage
25- dotnet_diagnostic.SYSLIB1045 .severity = error
25+ dotnet_diagnostic.SYSLIB1040 .severity = error
2626
2727# SYSLIB1041: Invalid GeneratedRegexAttribute usage
28- dotnet_diagnostic.SYSLIB1045 .severity = error
28+ dotnet_diagnostic.SYSLIB1041 .severity = error
2929
3030# SYSLIB1042: Invalid GeneratedRegexAttribute usage
31- dotnet_diagnostic.SYSLIB1045 .severity = error
31+ dotnet_diagnostic.SYSLIB1042 .severity = error
3232
3333# SYSLIB1043: Invalid GeneratedRegexAttribute usage
34- dotnet_diagnostic.SYSLIB1045 .severity = error
34+ dotnet_diagnostic.SYSLIB1043 .severity = error
3535
3636# SYSLIB1044: Regex generator limitation reached.
37- dotnet_diagnostic.SYSLIB1045 .severity = warning
37+ dotnet_diagnostic.SYSLIB1044 .severity = warning
3838
3939# SYSLIB1045: Convert to 'GeneratedRegexAttribute'.
4040dotnet_diagnostic.SYSLIB1045.severity = warning
Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ dotnet_diagnostic.BCL0015.severity = none
2222dotnet_diagnostic.BCL0020.severity = none
2323
2424# SYSLIB1040: Invalid GeneratedRegexAttribute usage
25- dotnet_diagnostic.SYSLIB1045 .severity = error
25+ dotnet_diagnostic.SYSLIB1040 .severity = error
2626
2727# SYSLIB1041: Invalid GeneratedRegexAttribute usage
28- dotnet_diagnostic.SYSLIB1045 .severity = error
28+ dotnet_diagnostic.SYSLIB1041 .severity = error
2929
3030# SYSLIB1042: Invalid GeneratedRegexAttribute usage
31- dotnet_diagnostic.SYSLIB1045 .severity = error
31+ dotnet_diagnostic.SYSLIB1042 .severity = error
3232
3333# SYSLIB1043: Invalid GeneratedRegexAttribute usage
34- dotnet_diagnostic.SYSLIB1045 .severity = error
34+ dotnet_diagnostic.SYSLIB1043 .severity = error
3535
3636# SYSLIB1044: Regex generator limitation reached.
37- dotnet_diagnostic.SYSLIB1045 .severity = none
37+ dotnet_diagnostic.SYSLIB1044 .severity = none
3838
3939# SYSLIB1045: Convert to 'GeneratedRegexAttribute'.
4040dotnet_diagnostic.SYSLIB1045.severity = none
You can’t perform that action at this time.
0 commit comments