Skip to content

Commit

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

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

---

### Release Notes

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

###
[`v9.15.0.81779`](https://togithub.com/SonarSource/sonar-dotnet/releases/tag/9.15.0.81779):
9.15

Hello everyone,

This release focuses on performance improvement.
We made several changes to how we register our rules for analysis.
Based on our measurement, we improve the build time by 5% to 15%,
depending on project size and complexity! 🔥 🚀

##### Improvements

- [8314](https://togithub.com/SonarSource/sonar-dotnet/issues/8314) -
\[C#, VB.NET] Add timeouts to all regular expressions
- [8402](https://togithub.com/SonarSource/sonar-dotnet/issues/8402) -
Update RSPEC before 9.15 release

##### False Positive

- [8371](https://togithub.com/SonarSource/sonar-dotnet/issues/8371) -
\[C#, VB.NET] Fix S1172 FP: Unused parameter cannot be removed

##### Performance

- [8183](https://togithub.com/SonarSource/sonar-dotnet/pull/8183) -
\[C#, VB.NET] Improve S5443 performance: Reuse compiled Regex
- [8185](https://togithub.com/SonarSource/sonar-dotnet/pull/8185) -
\[C#, VB.NET] Improve S2068 performance: Reuse compiled Regex
- [8399](https://togithub.com/SonarSource/sonar-dotnet/issues/8399) -
\[C#, VB.NET] Reduce time spend in `HasMatchingScope` for SyntaxNode
registration
- [8406](https://togithub.com/SonarSource/sonar-dotnet/issues/8406) -
\[C#, VB.NET] Cache RegisterNodeAction checks result per SyntaxTree
- [7858](https://togithub.com/SonarSource/sonar-dotnet/issues/7858) -
\[C#, VB.NET] `FileMetadataAnalyzer` and `UtilityAnalyzerBase` should
use `IsGenerated` from `SyntaxTreeExtensions`
- [6558](https://togithub.com/SonarSource/sonar-dotnet/issues/6558) -
\[C#, VB.NET] Performance: UtilityAnalyzerBase calls GetSemanticModel
for each SyntaxTree
- [7368](https://togithub.com/SonarSource/sonar-dotnet/issues/7368) -
\[C#, VB.NET] UtilityAnalyzer: Use RegisterCompilationStartAction
- [7411](https://togithub.com/SonarSource/sonar-dotnet/issues/7411) -
\[C#, VB.NET] UtilityAnalyzer: Reduce lock contention in
`ShouldGenerateMetrics`

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent 7a53240 commit 8f653f2
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.14.0.81108"
Version="9.15.0.81779"
PrivateAssets="all"
Condition="$(MSBuildProjectExtension) == '.csproj'" />
<PackageReference Include="Roslynator.Analyzers" Version="4.7.0" PrivateAssets="All" />
Expand Down

0 comments on commit 8f653f2

Please sign in to comment.