chore(deps): update dependencies for Meziantou.Analyzer, Microsoft.CodeAnalysis, and CliWrap#156
Merged
Gérald Barré (geraldbarre-workleap) merged 2 commits intomainfrom Mar 27, 2026
Conversation
…deAnalysis, and CliWrap
Copilot started reviewing on behalf of
Gérald Barré (geraldbarre-workleap)
March 26, 2026 15:27
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s .NET SDK pin and several analyzer/CLI-related dependencies, plus aligns shipped analyzer configuration files with newly available rules.
Changes:
- Bump .NET SDK in
global.jsonto 10.0.201 and updateMicrosoft.CodeAnalysis.NetAnalyzersin the nuspec accordingly. - Update Roslyn-related package references in the configuration generator tool and bump
CliWrapin the test project. - Add new analyzer rule entries to the shipped
.editorconfigfiles for Microsoft CodeAnalysis and Meziantou analyzers.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/ConfigurationFilesGenerator/ConfigurationFilesGenerator.csproj | Updates Roslyn + related package versions used by the configuration generator tool. |
| tests/Workleap.DotNet.CodingStandards.Tests/Workleap.DotNet.CodingStandards.Tests.csproj | Bumps CliWrap dependency for the test project. |
| src/files/analyzers/Analyzer.Microsoft.CodeAnalysis.CSharp.CodeStyle.editorconfig | Adds severity entries for newly introduced IDE rules (IDE0370/IDE0380). |
| src/files/analyzers/Analyzer.Meziantou.Analyzer.editorconfig | Adds severity entries for newly introduced MA rules (MA0188–MA0190). |
| global.json | Pins the repo to .NET SDK 10.0.201. |
| Workleap.DotNet.CodingStandards.nuspec | Updates analyzer package dependency versions shipped by the NuGet package. |
Mathieu Gamache (PrincessMadMath)
approved these changes
Mar 27, 2026
36eece1
into
main
7 of 9 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
Breaking changes
Additional checks