chore(deps): update analyzers - #569
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #569 +/- ##
=======================================
Coverage 99.26% 99.26%
=======================================
Files 7 7
Lines 272 272
Branches 49 49
=======================================
Hits 270 270
Partials 2 2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/analyzers
branch
from
September 12, 2026 12:21
a90f524 to
04d1071
Compare
renovate
Bot
force-pushed
the
renovate/analyzers
branch
8 times, most recently
from
September 18, 2026 17:24
51ff96f to
a502022
Compare
renovate
Bot
force-pushed
the
renovate/analyzers
branch
from
September 19, 2026 08:22
a502022 to
7f82a21
Compare
|
ChrisPulman
approved these changes
Sep 19, 2026
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.



This PR contains the following updates:
5.0.0→5.0.35.0.0→5.0.310.33.0.1635→10.34.0.33855.0.0→5.0.3Release Notes
glennawatson/RoslynCommonAnalyzers (PerformanceSharp.Analyzers)
v5.0.3Compare Source
🗞️ What's Changed
🐛 Fixes
4964591fix(benchmarks): read the hot-path corpus type through its namespace @glennawatson⚡ Performance
9ec7c4bperf(analyzers): cut allocations on three guard and usage rules @glennawatson🧹 General Changes
3f222d1ci(benchmarks): name A/B slice jobs by their slice @glennawatson1d883dbci(benchmarks): pass slice counts to the A/B report step @glennawatson34444c0ci(benchmarks): default the A/B candidate to the latest commit and the suite to all @glennawatson4d5825dchore: Update dependencies @glennawatson8caca3fci(benchmarks): measure A/B slices with 6 warmup and 15 measured iterations @glennawatsonb2be3dbci(benchmarks): upload only the report exports from A/B slices @glennawatsone3755b6ci(benchmarks): group A/B slice jobs and size slices from an input @glennawatson990d310ci(benchmarks): split A/B runs into slices that each fit one runner @glennawatson📦 Dependencies
8a68c69chore(deps): bump dependency java-jdk to v25.0.4+101.0.lts (#81) renovate[bot]🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@5.0.2...5.0.3
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
🤖 Automated services that contributed: renovate[bot]
v5.0.2Compare Source
🗞️ What's Changed
🐛 Fixes
4d75510fix(sst1460): report writable ref returns whose receiver is scoped @glennawatson🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@5.0.1...5.0.2
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
v5.0.1Compare Source
🗞️ What's Changed
♻️ Refactoring
56ab5a2refactor(stylesharp): remove duplicated analyzer and code-fix scaffolding @glennawatson🐛 Fixes
66ca755fix(sst1424): treat a writable ref to a field as a write @glennawatson🧹 General Changes
5e591d7ci(benchmarks): set up the environment before checking out the compared commits @glennawatson697314aci(benchmarks): run shared actions from the trusted checkout @glennawatsonbb1f603ci: run only the GitHub Actions analysis for workflow-only changes @glennawatsonfeedbecbuild(renovate): title GitHub Actions pin updates after the group @glennawatson2d417b8build(renovate): pin every action by digest and automerge trusted updates @glennawatson📦 Dependencies
07bc487chore(deps): pin dependencies (#79) renovate[bot]🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@5.0.0...5.0.1
🙌 Contributions
💖 Thanks to all the contributors: @glennawatson
🤖 Automated services that contributed: renovate[bot]
SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)
v10.34.0.3385Compare Source
Release notes - .NET Analyzers - 10.34
Feature
NET-4133 Implement rule S9023: "Include" calls discarded by query reshaping should be fixed
False Positive
NET-3281 Fix S1192 FP: should not raise on DBContext model configuration
NET-4317 Fix S2325 FP: Do not raise on ConfigureServices in classes decorated with [LambdaStartup]
NET-4419 Fix S2737 FP: Do not report known temporary-context rethrow boundaries
NET-4421 Fix S6607 FP: Indexed LINQ Where after OrderBy
NET-4463 Fix S8747 FP: Do not raise when a defaultValue backfills existing NULLs before narrowing to non-nullable
NET-4506 Fix S6967 FP: Recognize manual DataAnnotations validation
NET-4507 Fix S8969 FP: Don't raise in Razor files
False Negative
NET-1883 Files added as symbolic links are not analyzed
NET-4249 Fix S9022 FN: Include before a terminal aggregate/scalar operator not detected as dead code
NET-4379 Fix S2259 FN: void compound assignment operators not flagged as dereference
NET-4383 Fix S9022 FN: Include on a navigation re-projected directly by a later Select/SelectMany is not detected as redundant
NET-4443 Fix S2068 FN: Scope the value passed to the secret-exclusion classifier to the candidate secret
NET-4496 Fix S8949 FN: self-recursion suppression also hides calls already recursive before the suggested fix
NET-4500 Fix S9022 FN: ThenInclude consumed only through a nested Select's rebound element parameter is not detected as redundant
Bug
NET-4483 Fix S3459 FP: Public writable properties in private nested types
Maintenance
NET-4472 Remove S1264 from the C# Sonar way profile
NET-4474 Remove S2692 from the C# Sonar way profile
NET-4480 Remove S3249 from the C# Sonar way profile
NET-4481 Remove S6670 from the C# Sonar way profile
NET-4482 Remove S3885 from the C# Sonar way profile
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.