Skip to content

chore(deps): update analyzers - #509

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/analyzers
Open

chore(deps): update analyzers#509
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/analyzers

Conversation

@renovate

@renovate renovate Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
PerformanceSharp.Analyzers 3.41.143.46.2 age confidence
SecuritySharp.Analyzers 3.41.143.46.2 age confidence
SonarAnalyzer.CSharp (source) 10.31.0.14509710.34.0.3385 age confidence
StyleSharp.Analyzers 3.41.143.46.2 age confidence

Release Notes

glennawatson/RoslynCommonAnalyzers (PerformanceSharp.Analyzers)

v3.46.2

Compare Source

🗞️ What's Changed
🐛 Fixes

🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.46.1...3.46.2

🙌 Contributions

💖 Thanks to all the contributors: @​glennawatson

v3.46.1

Compare Source

🗞️ What's Changed
🐛 Fixes

🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.46.0...3.46.1

🙌 Contributions

💖 Thanks to all the contributors: @​glennawatson

v3.46.0

Compare Source

🗞️ What's Changed

✨ Features
🐛 Fixes
⚡ Performance
🧹 General Changes
✅ Tests
📦 Dependencies
  • @​5caac3d build(deps): bump actions/setup-java in the core-actions group (#​59) dependabot[bot]

🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.45.0...3.46.0

🙌 Contributions

💖 Thanks to all the contributors: @​glennawatson

🤖 Automated services that contributed: dependabot[bot]

v3.45.0

Compare Source

🗞️ What's Changed

✨ Features

🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.44.0...3.45.0

🙌 Contributions

💖 Thanks to all the contributors: @​glennawatson

v3.44.0

Compare Source

🗞️ What's Changed

✨ Features

🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.43.2...3.44.0

🙌 Contributions

💖 Thanks to all the contributors: @​glennawatson

v3.43.2

Compare Source

🗞️ What's Changed

🐛 Fixes

🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.43.1...3.43.2

🙌 Contributions

💖 Thanks to all the contributors: @​glennawatson

v3.43.1

Compare Source

🗞️ What's Changed

✨ Features
🐛 Fixes

🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.43.0...3.43.1

🙌 Contributions

💖 Thanks to all the contributors: @​glennawatson

v3.43.0

Compare Source

🗞️ What's Changed

✨ Features
🐛 Fixes

🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.42.0...3.43.0

🙌 Contributions

💖 Thanks to all the contributors: @​glennawatson

v3.42.0

Compare Source

🗞️ What's Changed

✨ Features
🐛 Fixes
📦 Dependencies
  • @​7dd80aa build(deps): bump actions/setup-java in the core-actions group (#​55) dependabot[bot]

🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.41.15...3.42.0

🙌 Contributions

💖 Thanks to all the contributors: @​glennawatson

🤖 Automated services that contributed: dependabot[bot]

v3.41.15

Compare Source

🗞️ What's Changed

✨ Features

🔗 Full Changelog: glennawatson/RoslynCommonAnalyzers@3.41.14...3.41.15

🙌 Contributions

💖 Thanks to all the contributors: @​glennawatson

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: (UTC)

  • 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 becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@codecov

codecov Bot commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (694bec6) to head (cbcb8b0).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #509   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          334       334           
  Branches        66        66           
=========================================
  Hits           334       334           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate
renovate Bot force-pushed the renovate/analyzers branch from 6fd0214 to cbcb8b0 Compare August 12, 2026 04:38
@renovate renovate Bot changed the title chore(deps): update analyzers to 3.41.15 chore(deps): update analyzers Aug 12, 2026
@renovate
renovate Bot force-pushed the renovate/analyzers branch 5 times, most recently from e495054 to 8539e46 Compare August 17, 2026 15:30
@renovate
renovate Bot force-pushed the renovate/analyzers branch 4 times, most recently from 6e2086c to 079adc5 Compare August 26, 2026 04:24
@renovate
renovate Bot force-pushed the renovate/analyzers branch 3 times, most recently from 931e7b1 to 43ce59b Compare September 6, 2026 14:11
@renovate
renovate Bot force-pushed the renovate/analyzers branch 4 times, most recently from 724cfad to b9f3727 Compare September 10, 2026 22:31
@renovate
renovate Bot force-pushed the renovate/analyzers branch from b9f3727 to b116ca4 Compare September 12, 2026 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants