Directory.Build.props analyzer bumps (admin-bypass)#147
Merged
Conversation
Folds in the three Dependabot bumps that landed on canonical-protected between when PR #146 (the protected baseline) was extracted and when vNext absorbed canonical-protected: - Meziantou.Analyzer 3.0.85 → 3.0.98 - SonarAnalyzer.CSharp 10.25.0.139117 → 10.27.0.140913 coverlet.collector 10.0 → 10.0.1 is in the test csproj (unprotected, ships via vNext PR #129 normally). After this merges and main → vNext folds it back, PR #129 has zero protected-file delta and merges through the normal ruleset.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s analyzer baseline in Directory.Build.props so main matches vNext after the canonical-protected → vNext fold, aligning static analysis tooling versions across branches.
Changes:
- Bump
Meziantou.Analyzerfrom3.0.85→3.0.98 - Bump
SonarAnalyzer.CSharpfrom10.25.0.139117→10.27.0.140913
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.
Tiny follow-up to PR #146. The protected baseline shipped with Meziantou 3.0.85 / SonarAnalyzer 10.25.0 because canonical-protected had not yet been folded into vNext at extract time. After the canonical-protected → vNext fold, vNext has the newer Meziantou 3.0.98 / SonarAnalyzer 10.27.0 — this PR brings main up to match.
Touches only
Directory.Build.props— protected, so admin-bypass at merge. After merge → I'll fold main back into vNext → PR #129 flips to fully clean.