Skip to content

Commit 9896d8f

Browse files
fix(deps): update dependency sonaranalyzer.csharp to 10.11.0.117924 (#896)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [SonarAnalyzer.CSharp](https://redirect.sonarsource.com/doc/sonar-visualstudio.html) ([source](https://redirect.github.com/SonarSource/sonar-dotnet)) | `10.10.0.116381` -> `10.11.0.117924` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/SonarAnalyzer.CSharp/10.11.0.117924?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/SonarAnalyzer.CSharp/10.11.0.117924?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/SonarAnalyzer.CSharp/10.10.0.116381/10.11.0.117924?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SonarAnalyzer.CSharp/10.10.0.116381/10.11.0.117924?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)</summary> ### [`v10.11.0.117924`](https://redirect.github.com/SonarSource/sonar-dotnet/releases/tag/10.11.0.117924): 10.11 [Compare Source](https://redirect.github.com/SonarSource/sonar-dotnet/compare/10.10.0.116381...10.11.0.117924) ##### False Positive - [NET-1522](https://sonarsource.atlassian.net/browse/NET-1522) - Fix S2068 FP: Do not raise on `password:secret` - [NET-1149](https://sonarsource.atlassian.net/browse/NET-1149) - Fix S3626 FP: Add exception when return statement is preceding local functions ##### False Negative - [NET-1263](https://sonarsource.atlassian.net/browse/NET-1263) - Fix S1871 FN: Nested if .. else if chain - [NET-1256](https://sonarsource.atlassian.net/browse/NET-1256) - S2068: Remove word boundary(\b) from regex - [NET-1254](https://sonarsource.atlassian.net/browse/NET-1254) - Fix S3878 FN: When params are passed as array through an attribute - [NET-1252](https://sonarsource.atlassian.net/browse/NET-1252) - FN S1168: Support IndexerDeclaration and ConversionOperatorDeclaration - [NET-459](https://sonarsource.atlassian.net/browse/NET-459) - Fix S1168 FN: Add support for partial indexers </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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/buehler/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 57422ad commit 9896d8f

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="10.10.0.116381"
44+
Version="10.11.0.117924"
4545
PrivateAssets="all"
4646
Condition="$(MSBuildProjectExtension) == '.csproj'" />
4747
<PackageReference Include="Roslynator.Analyzers" Version="4.13.1" PrivateAssets="All" />

0 commit comments

Comments
 (0)