File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
src/Microsoft.CodeAnalysis.NetAnalyzers/src Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 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" : {
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" : {
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" : {
Original file line number Diff line number Diff line change 22
33Rule 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 |
You can’t perform that action at this time.
0 commit comments