From 7281fd52a9ec1d80c204bad22663e5dce9a01169 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 12:39:07 +0000 Subject: [PATCH] fix(deps): update dependency sonaranalyzer.csharp to v9.25.1.91650 (#732) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
SonarSource/sonar-dotnet (SonarAnalyzer.CSharp) ### [`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
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 20097967..7ca7c9f6 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -41,7 +41,7 @@ Condition="$(MSBuildProjectExtension) == '.csproj'" />