Skip to content

Commit 74c0a66

Browse files
fix(deps): update dependency sonaranalyzer.csharp to 10.9.0.115408 (#878)
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.8.0.113526` -> `10.9.0.115408` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/SonarAnalyzer.CSharp/10.9.0.115408?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/SonarAnalyzer.CSharp/10.9.0.115408?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/SonarAnalyzer.CSharp/10.8.0.113526/10.9.0.115408?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SonarAnalyzer.CSharp/10.8.0.113526/10.9.0.115408?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)</summary> ### [`v10.9.0.115408`](https://redirect.github.com/SonarSource/sonar-dotnet/releases/tag/10.9.0.115408): 10.9 [Compare Source](https://redirect.github.com/SonarSource/sonar-dotnet/compare/10.8.0.113526...10.9.0.115408) Hello everyone!  This is a mega-hardening release! Enjoy 😄 ##### False Positive - [NET-1309](https://sonarsource.atlassian.net/browse/NET-1309) - Fix S2583 FP: Support overrides in IsImplementingInterfaceMember - [NET-1308](https://sonarsource.atlassian.net/browse/NET-1308) - Fix S2583 FP: Add support for AdressOf operator - [NET-1302](https://sonarsource.atlassian.net/browse/NET-1302) - Fix S4158 FP: Don't raise on GetEnumerator() calls - [NET-1295](https://sonarsource.atlassian.net/browse/NET-1295) - Fix S3236 FP: Exclude Debug.Assert - [NET-1290](https://sonarsource.atlassian.net/browse/NET-1290) - Fix S4158 FP: Support RouteValueDictionary in AspNetCore - [NET-1289](https://sonarsource.atlassian.net/browse/NET-1289) - Fix S4158 FP: Adding methods with well defined sematics - [NET-1288](https://sonarsource.atlassian.net/browse/NET-1288) - Fix S4158 FP: Recognize Add methods with bool return type - [NET-1287](https://sonarsource.atlassian.net/browse/NET-1287) - Fix S4158 FP: Don't raise on SetValue - [NET-1280](https://sonarsource.atlassian.net/browse/NET-1280) - Fix S2342 FP: Flaky reports - [NET-1278](https://sonarsource.atlassian.net/browse/NET-1278) - Fix S3440 FP: Variable assignment and switch expression - [NET-1246](https://sonarsource.atlassian.net/browse/NET-1246) - Fix S1481 FP: Don't report on discard like looking variables - [NET-1242](https://sonarsource.atlassian.net/browse/NET-1242) - Fix S2583/S4158 FP: Support for collections that are initialized with object - [NET-1241](https://sonarsource.atlassian.net/browse/NET-1241) - Fix S2589 FP: Don't track concurrent collections - [NET-1230](https://sonarsource.atlassian.net/browse/NET-1230) - Fix S4158 FP: Immutable collections - [NET-1223](https://sonarsource.atlassian.net/browse/NET-1223) - Fix S3267 FP: ref struct types cannot leave the stack - [NET-1214](https://sonarsource.atlassian.net/browse/NET-1214) - Fix S2259 FP: Foreach loop over empty collection - [NET-1212](https://sonarsource.atlassian.net/browse/NET-1212) - Fix S2259 FP: Learn bool from NotNull constraint and Null value - [NET-1208](https://sonarsource.atlassian.net/browse/NET-1208) - Fix S2589 FP: Rule ignores case guards - [NET-1207](https://sonarsource.atlassian.net/browse/NET-1207) - Fix S3966 FP: disposing element of indexable after declaration pattern - [NET-1203](https://sonarsource.atlassian.net/browse/NET-1203) - Fix S3966 FP: Enumerating a collection of tuples - [NET-1202](https://sonarsource.atlassian.net/browse/NET-1202) - Fix S2259 FP: Foreach nested in try, nested in loop - [NET-1188](https://sonarsource.atlassian.net/browse/NET-1188) - Improve S4158 - Empty Collections should not be Enumerated - [NET-1088](https://sonarsource.atlassian.net/browse/NET-1088) - Fix S3240 FP: Ignore when a conditional block contains a ternary - [NET-800](https://sonarsource.atlassian.net/browse/NET-800) - Fix S2259 FP: FlowCaptures in loops and try-regions ##### False Negative - [NET-1299](https://sonarsource.atlassian.net/browse/NET-1299) - Fix S2053 FN: Support Copy methods - [NET-1257](https://sonarsource.atlassian.net/browse/NET-1257) - Fix S4790 FN: New HashData overloads not recognized - [NET-1194](https://sonarsource.atlassian.net/browse/NET-1194) - Fix S4158 FN: Collection Expressions (C# 12) - [NET-357](https://sonarsource.atlassian.net/browse/NET-357) - Fix S2068 FN: does not consider `launchSettings.json` files - [NET-210](https://sonarsource.atlassian.net/browse/NET-210) - Fix S4158 FN: AddRange with empty collection ##### Bug - [NET-1267](https://sonarsource.atlassian.net/browse/NET-1267) - Fix S2068 bug: Issue location is out of range in web.config for elements or attributes with an xml namespace - [NET-1184](https://sonarsource.atlassian.net/browse/NET-1184) - Roslyn rule import should map the issue severity to the Software Quality impact in SonarQube Server ##### Improvement - [NET-1217](https://sonarsource.atlassian.net/browse/NET-1217) - Improve S3996: Set location to the property instead of record </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 66eaf86 commit 74c0a66

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

0 commit comments

Comments
 (0)