Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

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

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

---

### Release Notes

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

###
[`v9.18.0.83559`](https://togithub.com/SonarSource/sonar-dotnet/releases/tag/9.18.0.83559):
9.18

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

Hi everyone!

This release focuses on fixing false positives and on general
improvements that will be included in the upcoming SonarQube 10.4.

##### False Positive

- [7792](https://togithub.com/SonarSource/sonar-dotnet/issues/7792) -
\[C#, VB.NET] Fix S1125 FP: Type check with System.Object
- [7904](https://togithub.com/SonarSource/sonar-dotnet/issues/7904) -
\[C#] Fix S1144 FP: Record method PrintMembers
- [6326](https://togithub.com/SonarSource/sonar-dotnet/issues/6326) -
\[C#] Fix S2437 FP: None of the operands is 0
- [7620](https://togithub.com/SonarSource/sonar-dotnet/issues/7620) -
\[C#] Fix S6618 FP: Projects targeting runtime lower than .NET 6.0
- [8560](https://togithub.com/SonarSource/sonar-dotnet/issues/8560) -
\[C#] Fix S4027 FP: BinaryFormatter. Serialization constructors are
obsolete and should not be required

##### Improvements

- [4993](https://togithub.com/SonarSource/sonar-dotnet/issues/4993) -
\[C#] Improve S3925 message to be clear about expected action
- [3604](https://togithub.com/SonarSource/sonar-dotnet/issues/3604) -
\[C#] Improve S2971 message to use AsEnumerable in LINQ database query
- [7960](https://togithub.com/SonarSource/sonar-dotnet/issues/7960) -
\[C#, VB.NET] Deprecate rule S3884
- [8554](https://togithub.com/SonarSource/sonar-dotnet/issues/8554) -
Update RSPEC before 9.18 release

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am" (UTC), 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 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/ThorstenSauter/NoPlan).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent e04c96e commit 20e8f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageVersion Include="Microsoft.Identity.Web" Version="2.16.1"/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
<PackageVersion Include="SecurityCodeScan.VS2019" Version="5.6.7"/>
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.17.0.82934"/>
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.18.0.83559"/>
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556"/>
<PackageVersion Include="Testcontainers.MsSql" Version="3.7.0"/>
<PackageVersion Include="Verify.Xunit" Version="23.0.1"/>
Expand Down

0 comments on commit 20e8f57

Please sign in to comment.