File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ The project enforces `TreatWarningsAsErrors` - all warnings must be fixed:
2828
2929The project uses two analyzer packages:
3030
31- 1 . ** Microsoft.CodeAnalysis.NetAnalyzers 10.0.101 **
31+ 1 . ** Microsoft.CodeAnalysis.NetAnalyzers**
3232 - Microsoft's recommended code analysis rules
3333 - Security, performance, and design guidelines
3434 - Must be same version in src/ and test/ projects
3535
36- 2 . ** SonarAnalyzer.CSharp 10.17.0.131074 **
36+ 2 . ** SonarAnalyzer.CSharp**
3737 - Additional code quality and security rules
3838 - Bug detection and code smell identification
3939 - Must be same version in src/ and test/ projects
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ DotnetToolWrapper/
9898- ** MSTest** : Testing framework
9999- ** GitHub Actions** : CI/CD automation
100100- ** SBOM Tools** : Software Bill of Materials generation (sbom-tool, spdx-tool)
101- - ** Code Analyzers** : Microsoft.CodeAnalysis.NetAnalyzers 10.0.101 , SonarAnalyzer.CSharp 10.17.0.131074
101+ - ** Code Analyzers** : Microsoft.CodeAnalysis.NetAnalyzers, SonarAnalyzer.CSharp
102102
103103## Development Guidelines
104104
You can’t perform that action at this time.
0 commit comments