Skip to content

Commit

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

[![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.16.0.82469` -> `9.17.0.82934` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/SonarAnalyzer.CSharp/9.17.0.82934?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/SonarAnalyzer.CSharp/9.17.0.82934?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/SonarAnalyzer.CSharp/9.16.0.82469/9.17.0.82934?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SonarAnalyzer.CSharp/9.16.0.82469/9.17.0.82934?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v9.17.0.82934`](https://togithub.com/SonarSource/sonar-dotnet/releases/tag/9.17.0.82934):
9.17

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

Hi everyone!

We are shipping some more improvements to our Symbolic Execution rules
reducing the number of false positives.

##### False Negatives

- [8493](https://togithub.com/SonarSource/sonar-dotnet/issues/8493) -
\[C#] Fix S2583/S2589 FN and S2259 FP: Add support for relational
pattern

##### False Positive

- [7665](https://togithub.com/SonarSource/sonar-dotnet/issues/7665) -
\[C#, VB.NET] Fix S2259 FP: is not and short-circuit or
- [8382](https://togithub.com/SonarSource/sonar-dotnet/issues/8382) -
\[C#, VB.NET] Fix S2589 FP: Custom Equals(null) is wrongly assumed to
always return false
- [8504](https://togithub.com/SonarSource/sonar-dotnet/issues/8504) -
\[C#, VB.NET] Fix S1104 FP: Should be ignored on classes and structs
marked as \[Serializable]

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent 61dcd96 commit 132f16f
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.16.0.82469"
Version="9.17.0.82934"
PrivateAssets="all"
Condition="$(MSBuildProjectExtension) == '.csproj'" />
<PackageReference Include="Roslynator.Analyzers" Version="4.9.0" PrivateAssets="All" />
Expand Down

0 comments on commit 132f16f

Please sign in to comment.