chore(deps): update dependency sonaranalyzer.csharp to 10.34.0.3385 #294

Open
renovate wants to merge 1 commit from renovate/sonaranalyzer.csharp-10.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
SonarAnalyzer.CSharp (source) 10.31.0.14509710.34.0.3385 age confidence

Release Notes

SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)

v10.34.0.3385

Compare 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

v10.33.0.1635

Compare Source

Release notes - .NET Analyzers - 10.33

Feature

NET-4312 Update RSPEC before 10.33 release
NET-4254 Implement rule S9129: "Include" and "ThenInclude" chains of reference navigations should be merged into a single "Include" call

False Positive

NET-1777 Fix S101 FP: Lower case character after number
NET-4245 Fix S107 FP: should not raise for parameters marked with dependency-injection attributes

Maintenance

NET-4184 Duplicate telemetry key exception when multiple projects report the same non-counter telemetry value

v10.32.0.713

Compare Source

Release notes - .NET Analyzers - 10.32

Feature

NET-4132 Implement rule S9022: Redundant "Include" calls should be removed
NET-4215 Implement rule S9118: Default values should be compatible with their entity property type
NET-4240 Update RSPEC before 10.32 release

False Positive

NET-1322 Fix S2857 FP: Do not raise in constant string interpolation when string is in square brackets
NET-1468 Fix S6966 FP: should not raise when inside lock
NET-1598 Fix S1125 FP: dynamic and custom nullable structs with conversion to bool are compliant
NET-4233 Fix S8733 FP: AsSplitQuery/AsSingleQuery set in a different statement than the colliding Includes goes undetected
NET-4297 Fix S8717 FP: EFCore DBFirst Scaffold


Configuration

📅 Schedule: (in timezone Europe/Rome)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [SonarAnalyzer.CSharp](https://redirect.sonarsource.com/doc/sonar-visualstudio.html) ([source](https://github.com/SonarSource/sonar-dotnet)) | `10.31.0.145097` → `10.34.0.3385` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/SonarAnalyzer.CSharp/10.34.0.3385?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SonarAnalyzer.CSharp/10.31.0.145097/10.34.0.3385?slim=true) | --- ### Release Notes <details> <summary>SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)</summary> ### [`v10.34.0.3385`](https://github.com/SonarSource/sonar-dotnet/releases/tag/10.34.0.3385) [Compare Source](https://github.com/SonarSource/sonar-dotnet/compare/10.33.0.1635...10.34.0.3385) ### Release notes - .NET Analyzers - 10.34 ##### Feature [NET-4133](https://sonarsource.atlassian.net/browse/NET-4133) Implement rule S9023: "Include" calls discarded by query reshaping should be fixed ##### False Positive [NET-3281](https://sonarsource.atlassian.net/browse/NET-3281) Fix S1192 FP: should not raise on DBContext model configuration [NET-4317](https://sonarsource.atlassian.net/browse/NET-4317) Fix S2325 FP: Do not raise on ConfigureServices in classes decorated with \[LambdaStartup] [NET-4419](https://sonarsource.atlassian.net/browse/NET-4419) Fix S2737 FP: Do not report known temporary-context rethrow boundaries [NET-4421](https://sonarsource.atlassian.net/browse/NET-4421) Fix S6607 FP: Indexed LINQ Where after OrderBy [NET-4463](https://sonarsource.atlassian.net/browse/NET-4463) Fix S8747 FP: Do not raise when a defaultValue backfills existing NULLs before narrowing to non-nullable [NET-4506](https://sonarsource.atlassian.net/browse/NET-4506) Fix S6967 FP: Recognize manual DataAnnotations validation [NET-4507](https://sonarsource.atlassian.net/browse/NET-4507) Fix S8969 FP: Don't raise in Razor files ##### False Negative [NET-1883](https://sonarsource.atlassian.net/browse/NET-1883) Files added as symbolic links are not analyzed [NET-4249](https://sonarsource.atlassian.net/browse/NET-4249) Fix S9022 FN: Include before a terminal aggregate/scalar operator not detected as dead code [NET-4379](https://sonarsource.atlassian.net/browse/NET-4379) Fix S2259 FN: void compound assignment operators not flagged as dereference [NET-4383](https://sonarsource.atlassian.net/browse/NET-4383) Fix S9022 FN: Include on a navigation re-projected directly by a later Select/SelectMany is not detected as redundant [NET-4443](https://sonarsource.atlassian.net/browse/NET-4443) Fix S2068 FN: Scope the value passed to the secret-exclusion classifier to the candidate secret [NET-4496](https://sonarsource.atlassian.net/browse/NET-4496) Fix S8949 FN: self-recursion suppression also hides calls already recursive before the suggested fix [NET-4500](https://sonarsource.atlassian.net/browse/NET-4500) Fix S9022 FN: ThenInclude consumed only through a nested Select's rebound element parameter is not detected as redundant ##### Bug [NET-4483](https://sonarsource.atlassian.net/browse/NET-4483) Fix S3459 FP: Public writable properties in private nested types ##### Maintenance [NET-4472](https://sonarsource.atlassian.net/browse/NET-4472) Remove S1264 from the C# Sonar way profile [NET-4474](https://sonarsource.atlassian.net/browse/NET-4474) Remove S2692 from the C# Sonar way profile [NET-4480](https://sonarsource.atlassian.net/browse/NET-4480) Remove S3249 from the C# Sonar way profile [NET-4481](https://sonarsource.atlassian.net/browse/NET-4481) Remove S6670 from the C# Sonar way profile [NET-4482](https://sonarsource.atlassian.net/browse/NET-4482) Remove S3885 from the C# Sonar way profile ### [`v10.33.0.1635`](https://github.com/SonarSource/sonar-dotnet/releases/tag/10.33.0.1635) [Compare Source](https://github.com/SonarSource/sonar-dotnet/compare/10.32.0.713...10.33.0.1635) ### Release notes - .NET Analyzers - 10.33 ##### Feature [NET-4312](https://sonarsource.atlassian.net/browse/NET-4312) Update RSPEC before 10.33 release [NET-4254](https://sonarsource.atlassian.net/browse/NET-4254) Implement rule S9129: "Include" and "ThenInclude" chains of reference navigations should be merged into a single "Include" call ##### False Positive [NET-1777](https://sonarsource.atlassian.net/browse/NET-1777) Fix S101 FP: Lower case character after number [NET-4245](https://sonarsource.atlassian.net/browse/NET-4245) Fix S107 FP: should not raise for parameters marked with dependency-injection attributes ##### Maintenance [NET-4184](https://sonarsource.atlassian.net/browse/NET-4184) Duplicate telemetry key exception when multiple projects report the same non-counter telemetry value ### [`v10.32.0.713`](https://github.com/SonarSource/sonar-dotnet/releases/tag/10.32.0.713) [Compare Source](https://github.com/SonarSource/sonar-dotnet/compare/10.31.0.145097...10.32.0.713) ### Release notes - .NET Analyzers - 10.32 ##### Feature [NET-4132](https://sonarsource.atlassian.net/browse/NET-4132) Implement rule S9022: Redundant "Include" calls should be removed [NET-4215](https://sonarsource.atlassian.net/browse/NET-4215) Implement rule S9118: Default values should be compatible with their entity property type [NET-4240](https://sonarsource.atlassian.net/browse/NET-4240) Update RSPEC before 10.32 release ##### False Positive [NET-1322](https://sonarsource.atlassian.net/browse/NET-1322) Fix S2857 FP: Do not raise in constant string interpolation when string is in square brackets [NET-1468](https://sonarsource.atlassian.net/browse/NET-1468) Fix S6966 FP: should not raise when inside lock [NET-1598](https://sonarsource.atlassian.net/browse/NET-1598) Fix S1125 FP: dynamic and custom nullable structs with conversion to bool are compliant [NET-4233](https://sonarsource.atlassian.net/browse/NET-4233) Fix S8733 FP: AsSplitQuery/AsSingleQuery set in a different statement than the colliding Includes goes undetected [NET-4297](https://sonarsource.atlassian.net/browse/NET-4297) Fix S8717 FP: EFCore DBFirst Scaffold </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Rome) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xOC4wIiwidXBkYXRlZEluVmVyIjoiNDQuMTEwLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNob3JlIiwiZGVwcyJdfQ==-->
chore(deps): update dependency sonaranalyzer.csharp to 10.32.0.713
All checks were successful
ci / Lua content lint (pull_request) Successful in 15s
ci / Lint & Test (pull_request) Successful in 6m13s
729b6dcc7e
renovate force-pushed renovate/sonaranalyzer.csharp-10.x from 729b6dcc7e
All checks were successful
ci / Lua content lint (pull_request) Successful in 15s
ci / Lint & Test (pull_request) Successful in 6m13s
to b565dde4b4
All checks were successful
ci / Lua content lint (pull_request) Successful in 13s
ci / Lint & Test (pull_request) Successful in 5m52s
2026-08-21 13:01:05 +02:00
Compare
renovate changed title from chore(deps): update dependency sonaranalyzer.csharp to 10.32.0.713 to chore(deps): update dependency sonaranalyzer.csharp to 10.33.0.1635 2026-08-21 13:01:07 +02:00
renovate changed title from chore(deps): update dependency sonaranalyzer.csharp to 10.33.0.1635 to chore(deps): update dependency sonaranalyzer.csharp to 10.34.0.3385 2026-09-09 12:02:03 +02:00
renovate force-pushed renovate/sonaranalyzer.csharp-10.x from b565dde4b4
All checks were successful
ci / Lua content lint (pull_request) Successful in 13s
ci / Lint & Test (pull_request) Successful in 5m52s
to e6e2128585
All checks were successful
ci / Lua content lint (pull_request) Successful in 14s
ci / Lint & Test (pull_request) Successful in 6m49s
2026-09-09 12:02:05 +02:00
Compare
All checks were successful
ci / Lua content lint (pull_request) Successful in 14s
ci / Lint & Test (pull_request) Successful in 6m49s
Required
Details
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/sonaranalyzer.csharp-10.x:renovate/sonaranalyzer.csharp-10.x
git switch renovate/sonaranalyzer.csharp-10.x
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
marco/IsoMmo!294
No description provided.