Skip to content

Commit 7281fd5

Browse files
fix(deps): update dependency sonaranalyzer.csharp to v9.25.1.91650 (#732)
[![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.25.0.90414` -> `9.25.1.91650` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/SonarAnalyzer.CSharp/9.25.1.91650?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/SonarAnalyzer.CSharp/9.25.1.91650?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/SonarAnalyzer.CSharp/9.25.0.90414/9.25.1.91650?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SonarAnalyzer.CSharp/9.25.0.90414/9.25.1.91650?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)</summary> ### [`v9.25.1.91650`](https://togithub.com/SonarSource/sonar-dotnet/releases/tag/9.25.1.91650): 9.25.1 [Compare Source](https://togithub.com/SonarSource/sonar-dotnet/compare/9.25.0.90414...9.25.1.91650) The latest Roslyn compiler version changes the way Razor files are compiled, and this hotfix release takes care of these changes. For more information check [this issue](https://togithub.com/dotnet/razor/issues/10375). ##### Bug Fixes - [9288](https://togithub.com/SonarSource/sonar-dotnet/issues/9288) - \[C#] Metrics analyzer for Razor: Lines of code are outside the range of the file </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/buehler/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4xMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2a66c5e commit 7281fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
Condition="$(MSBuildProjectExtension) == '.csproj'" />
4242
<PackageReference
4343
Include="SonarAnalyzer.CSharp"
44-
Version="9.25.0.90414"
44+
Version="9.25.1.91650"
4545
PrivateAssets="all"
4646
Condition="$(MSBuildProjectExtension) == '.csproj'" />
4747
<PackageReference Include="Roslynator.Analyzers" Version="4.12.3" PrivateAssets="All" />

0 commit comments

Comments
 (0)