Skip to content

Commit

Permalink
chore(deps): update dependency sonaranalyzer.csharp to v9.16.0.82469 (#…
Browse files Browse the repository at this point in the history
…21)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[SonarAnalyzer.CSharp](https://redirect.sonarsource.com/doc/sonar-visualstudio.html)
([source](https://togithub.com/SonarSource/sonar-dotnet)) |
`9.15.0.81779` -> `9.16.0.82469` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/SonarAnalyzer.CSharp/9.16.0.82469?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/SonarAnalyzer.CSharp/9.16.0.82469?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/SonarAnalyzer.CSharp/9.15.0.81779/9.16.0.82469?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SonarAnalyzer.CSharp/9.15.0.81779/9.16.0.82469?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)</summary>

###
[`v9.16.0.82469`](https://togithub.com/SonarSource/sonar-dotnet/releases/tag/9.16.0.82469):
9.16

[Compare
Source](https://togithub.com/SonarSource/sonar-dotnet/compare/9.15.0.81779...9.16.0.82469)

Hello everyone!

For this release, we focused on improving the symbolic execution engine,
specifically rules S2589 and S2583, to increase their accuracy.
We also deprecated rule
[S4792](https://sonarsource.github.io/rspec/#/rspec/S4792/csharp).

##### False Positive

- [8470](https://togithub.com/SonarSource/sonar-dotnet/issues/8470) -
\[C#, VB.NET] Fix S2583 FP: Should not raise on `double` condition
- [8378](https://togithub.com/SonarSource/sonar-dotnet/issues/8378) -
\[C#, VB.NET] Fix S2583 FP: Variable Set in Catch Block
- [8140](https://togithub.com/SonarSource/sonar-dotnet/issues/8140) -
\[C#, VB.NET] Fix S2583 FP: nested try catch blocks
- [8094](https://togithub.com/SonarSource/sonar-dotnet/issues/8094) -
\[C#, VB.NET] Fix S2583/S2589 FP: Delegate can be null when last
invocation is removed but comparing the delegate against null gets
reported as always false
- [8326](https://togithub.com/SonarSource/sonar-dotnet/issues/8326) -
\[C#] Fix S2589 FP: Var pattern should not raise
- [8324](https://togithub.com/SonarSource/sonar-dotnet/issues/8324) -
\[C#] Fix S2259 FP: Raising issue in unreachable code when using
declaration pattern on unknown value
- [8149](https://togithub.com/SonarSource/sonar-dotnet/issues/8149) -
\[C#] Fix S2589 FP: Switch Expression default case with bool literal
- [8011](https://togithub.com/SonarSource/sonar-dotnet/issues/8011) -
\[C#] Fix S2589 FP: Rule is erroneously raised on var-type pattern
matches that use when clauses
- [8008](https://togithub.com/SonarSource/sonar-dotnet/issues/8008) -
\[C#] Fix S2589 FP: Rule is raised on catch-all tuples in switch
expressions
- [7057](https://togithub.com/SonarSource/sonar-dotnet/issues/7057) -
\[C#] Fix S2583/S2589 FP: When tuple deconstruction is used
- [8489](https://togithub.com/SonarSource/sonar-dotnet/issues/8489) -
\[VB.NET] Fix S1172 FP: VB names should not be case sensitive

##### Improvements

- [8466](https://togithub.com/SonarSource/sonar-dotnet/issues/8466) -
\[C#, VB.NET] Deprecate rule S4792

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/smartive/cas-fee-adv-mumble-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent 660a155 commit 8ebe6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Condition="$(MSBuildProjectExtension) == '.csproj'" />
<PackageReference
Include="SonarAnalyzer.CSharp"
Version="9.15.0.81779"
Version="9.16.0.82469"
PrivateAssets="all"
Condition="$(MSBuildProjectExtension) == '.csproj'" />
<PackageReference Include="Roslynator.Analyzers" Version="4.7.0" PrivateAssets="All" />
Expand Down

0 comments on commit 8ebe6e2

Please sign in to comment.