Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

build(deps): bump SonarAnalyzer.CSharp from 9.26.0.92422 to 9.27.0.93347 #414

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2024

Bumps SonarAnalyzer.CSharp from 9.26.0.92422 to 9.27.0.93347.

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

9.27

This release includes a ton of false positive and false negative fixes. We would also like to thank @​sagi1623 for his contribution in #8464, which fixed three issues 🚀.

Improvements

  • 9390 - Rule S6608: Benchmark is benchmarking the wrong things
  • 8795 - [C#] Improve S1694: Remove part about protected constructor
  • 5417 - Enable multiple project level issues
  • 9372 - Update RSPEC before 9.27 release

False Positive

  • 9247 - [C#] Fix S2629 FP: Constant fields in interpolated string
  • 9241 - [C#, VB.NET] Fix S2094 FP: Allow empty queries
  • 9106 - [C#] Fix S3459 FP: Backing field with ref property
  • 8522 - [C#, VB.NET] Fix S3220 FP: Rule does not take into account generics
  • 8436 - [C#] Fix S3253 FP: Don't raise for primary constructor in type declarations without parameters when they inherit from types with parameters
  • 8199 - [C#, VB.NET] Fix S2737 FP: Raised when exception filter is used
  • 8025 - [C#] Fix S2325 FP: Partial method implementations
  • 7521 - [C#] Fix S2743 FP: Should not raise when base type is generic
  • 7137 - [VB.NET] Fix S1654 FP: Do not report on event handlers, interfaces and overrides

False Negative

  • 9002 - [C#, VB.NET] Fix S6931 FN: Route templates starting with ~/
  • 6644 - [C#] Fix S2190 FN: No issues raised if recursion is inside an EventDeclaration by @​sagi1623
  • 6643 - [C#] Fix S2190 FN: No issues raised if recursion is inside a ConversionOperatorDeclaration by @​sagi1623
  • 6642 - [C#] Fix S2190 FN: No issues raised if recursion is inside an indexer by @​sagi1623
  • 4081 - [C#] Fix S2743 FN: Static fields of nested class inside generic class
Commits
  • f6dd2dc Update RSPEC before 9.27 release (#9419)
  • 2508462 S1144: Add FP repro for #9416 (#9417)
  • 1413694 Fix S2190 FN: Support indexer, conversion operator and event declaration (#8464)
  • c3e4118 Rule S6608: update benchmark sample code and report (#9412)
  • ada1382 Fix S3253 FP: Don't raise for primary constructor in type declarations witho...
  • 1f8e790 Improve S1694: Remove part about protected constructor (#9387)
  • ac307b7 Revert S1144 FN: Unused private methods with attributes is not an FN (#9394)
  • 9085bd1 Fix S2743 FN: Static fields of nested class inside generic class (#9405)
  • b35f152 Allow for multiple project-level issues (#9407)
  • a2657bf Fix S6931 FN: Route starting with ~ character (#9409)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 12, 2024
Copy link

codecov bot commented Jun 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.02%. Comparing base (4a2b05d) to head (01292c5).
Report is 29 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #414      +/-   ##
==========================================
+ Coverage   68.85%   70.02%   +1.17%     
==========================================
  Files           5        5              
  Lines         427      427              
  Branches       37       37              
==========================================
+ Hits          294      299       +5     
+ Misses        122      116       -6     
- Partials       11       12       +1     

see 1 file with indirect coverage changes

@ReenigneArcher
Copy link
Member

@dependabot rebase

@ReenigneArcher ReenigneArcher enabled auto-merge (squash) June 13, 2024 18:04
Bumps [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) from 9.26.0.92422 to 9.27.0.93347.
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@9.26.0.92422...9.27.0.93347)

---
updated-dependencies:
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/SonarAnalyzer.CSharp-9.27.0.93347 branch from 812c93f to 01292c5 Compare June 13, 2024 18:05
@ReenigneArcher ReenigneArcher merged commit 657a9a1 into master Jun 13, 2024
15 checks passed
@ReenigneArcher ReenigneArcher deleted the dependabot/nuget/SonarAnalyzer.CSharp-9.27.0.93347 branch June 13, 2024 18:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant