Skip to content

Commit 6433e4d

Browse files
deps(core): update dependency sonaranalyzer.csharp to 10.16.0.128591 (#999)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [SonarAnalyzer.CSharp](https://redirect.sonarsource.com/doc/sonar-visualstudio.html) ([source](https://redirect.github.com/SonarSource/sonar-dotnet)) | `10.15.0.120848` -> `10.16.0.128591` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/SonarAnalyzer.CSharp/10.16.0.128591?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SonarAnalyzer.CSharp/10.15.0.120848/10.16.0.128591?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)</summary> ### [`v10.16.0.128591`](https://redirect.github.com/SonarSource/sonar-dotnet/releases/tag/10.16.0.128591): 10.16 [Compare Source](https://redirect.github.com/SonarSource/sonar-dotnet/compare/10.15.0.120848...10.16.0.128591) ##### False Positive - [NET-1729](https://sonarsource.atlassian.net/browse/NET-1729) - Fix S2114 FP: list.AddRange(list) and list.Concat(list) are sensible ##### False Negative - [NET-399](https://sonarsource.atlassian.net/browse/NET-399) - Fix S4790 FN: Support CryptographicOperations data methods ##### Bug - [NET-2686](https://sonarsource.atlassian.net/browse/NET-2686) - Fix S3604 AD0001: NRE with partial constructor </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/dotnet/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 849c43f commit 6433e4d

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
@@ -50,7 +50,7 @@
5050
PrivateAssets="all"
5151
Condition="$(MSBuildProjectExtension) == '.csproj'"/>
5252
<PackageReference Include="SonarAnalyzer.CSharp"
53-
Version="10.15.0.120848"
53+
Version="10.16.0.128591"
5454
PrivateAssets="all"
5555
Condition="$(MSBuildProjectExtension) == '.csproj'"/>
5656
<PackageReference Include="Roslynator.Analyzers"

0 commit comments

Comments
 (0)