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.21.0.86780 (#…
Browse files Browse the repository at this point in the history
…637)

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

---

### Release Notes

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

###
[`v9.21.0.86780`](https://togithub.com/SonarSource/sonar-dotnet/releases/tag/9.21.0.86780):
9.21

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

##### New Rules

- [8771](https://togithub.com/SonarSource/sonar-dotnet/issues/8771) -
\[C#] New rule S6678: Use PascalCase for named placeholders
- [8770](https://togithub.com/SonarSource/sonar-dotnet/issues/8770) -
\[C#] New rule S6674: Log message template should be syntactically
correct
- [8768](https://togithub.com/SonarSource/sonar-dotnet/issues/8768) -
\[C#] New rule S2629: Logging templates should be constant
- [8767](https://togithub.com/SonarSource/sonar-dotnet/issues/8767) -
\[C#] New rule S6677: Named placeholders should be unique
- [8766](https://togithub.com/SonarSource/sonar-dotnet/issues/8766) -
\[C#] New rule S6667: Exceptions should be passed as an argument when
logging in a catch clause
- [8765](https://togithub.com/SonarSource/sonar-dotnet/issues/8765) -
\[C#] New rule S6668: Logging arguments should be passed to the correct
parameter

##### Improvements

- The following rules were promoted to the SonarWay profile: S127,
S1244, S1696, S1192, S1994, S2701, S2955

##### Bug Fixes

- [8787](https://togithub.com/SonarSource/sonar-dotnet/issues/8787) -
\[C#] Fix AD0001: SonarAnalyzer.Rules.CSharp.SymbolicExecutionRunner
throws an exception on unknown Numeric Constraints

##### False Positive

- [8823](https://togithub.com/SonarSource/sonar-dotnet/pull/8823) -
\[C#] Fix S2701 FP: avoid raising for xUnit Assert.True()
- [6772](https://togithub.com/SonarSource/sonar-dotnet/issues/6772) -
\[C#] Fix S4507 FP: Error raised on .NET 7 although the debug feature is
deactivated

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 4, 2024
1 parent b03fc02 commit 7f20447
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.17.1"/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0"/>
<PackageVersion Include="SecurityCodeScan.VS2019" Version="5.6.7"/>
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.20.0.85982"/>
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.21.0.86780"/>
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556"/>
<PackageVersion Include="Testcontainers.MsSql" Version="3.7.0"/>
<PackageVersion Include="Verify.Xunit" Version="23.2.2"/>
Expand Down

0 comments on commit 7f20447

Please sign in to comment.