Skip to content

Commit f7288c5

Browse files
committed
Update Microsoft.CodeAnalysis.NetAnalyzers baselines
1 parent ed199df commit f7288c5

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/Microsoft.CodeAnalysis.NetAnalyzers/src/Microsoft.CodeAnalysis.NetAnalyzers.sarif

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"tool": {
77
"name": "Microsoft.CodeAnalysis.CSharp.NetAnalyzers",
8-
"version": "10.0.200",
8+
"version": "10.0.100",
99
"language": "en-US"
1010
},
1111
"rules": {
@@ -708,7 +708,7 @@
708708
{
709709
"tool": {
710710
"name": "Microsoft.CodeAnalysis.NetAnalyzers",
711-
"version": "10.0.200",
711+
"version": "10.0.100",
712712
"language": "en-US"
713713
},
714714
"rules": {
@@ -6603,7 +6603,7 @@
66036603
{
66046604
"tool": {
66056605
"name": "Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers",
6606-
"version": "10.0.200",
6606+
"version": "10.0.100",
66076607
"language": "en-US"
66086608
},
66096609
"rules": {

src/Microsoft.CodeAnalysis.NetAnalyzers/src/RulesMissingDocumentation.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@
22

33
Rule ID | Missing Help Link | Title |
44
--------|-------------------|-------|
5-
CA1873 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873> | Avoid potentially expensive logging |
6-
CA1874 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1874> | Use 'Regex.IsMatch' |
7-
CA1875 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1875> | Use 'Regex.Count' |
8-
CA2023 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2023> | Invalid braces in message template |

0 commit comments

Comments
 (0)