Skip to content

Commit ed22ab1

Browse files
CopilotMalcolmnixon
andcommitted
Remove specific version numbers from analyzer documentation
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent 28bd818 commit ed22ab1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/agents/software-quality-enforcer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ The project enforces `TreatWarningsAsErrors` - all warnings must be fixed:
2828

2929
The 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

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)