Skip to content

Commit 78a41d4

Browse files
deps(core): update dependency sonaranalyzer.csharp to 10.24.0.138807 (#1093)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [SonarAnalyzer.CSharp](https://redirect.sonarsource.com/doc/sonar-visualstudio.html) ([source](https://redirect.github.com/SonarSource/sonar-dotnet)) | `10.23.0.137933` → `10.24.0.138807` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/SonarAnalyzer.CSharp/10.24.0.138807?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SonarAnalyzer.CSharp/10.23.0.137933/10.24.0.138807?slim=true) | --- ### Release Notes <details> <summary>SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)</summary> ### [`v10.24.0.138807`](https://redirect.github.com/SonarSource/sonar-dotnet/releases/tag/10.24.0.138807): 10.24 [Compare Source](https://redirect.github.com/SonarSource/sonar-dotnet/compare/10.23.0.137933...10.24.0.138807) This release brings a batch of false negative fixes and analyzer crash fixes. **Bug Fixes** - [NET-3596](https://sonarsource.atlassian.net/browse/NET-3596) - Fix S1144 AD0001: Index out of range exception with type named Nullable - [NET-3522](https://sonarsource.atlassian.net/browse/NET-3522) - Fix S1215 AD0001: ArgumentOutOfRangeException - [NET-3521](https://sonarsource.atlassian.net/browse/NET-3521) - Fix S2053 AD0001: NRE - [NET-3520](https://sonarsource.atlassian.net/browse/NET-3520) - Fix S3267 AD0001: NRE **False Positives** - [NET-2276](https://sonarsource.atlassian.net/browse/NET-2276) - Fix S1192 FP: EF migration classes **False Negatives** - [NET-3569](https://sonarsource.atlassian.net/browse/NET-3569) - Fix T0008 and T0009 FN: Support extension blocks - [NET-2875](https://sonarsource.atlassian.net/browse/NET-2875) - Fix S2092 FN: Null Conditional Assignment - [NET-2857](https://sonarsource.atlassian.net/browse/NET-2857) - Fix S3330 FN: Null Conditional Assignment - [NET-2719](https://sonarsource.atlassian.net/browse/NET-2719) - Fix S4136 FN: Extension methods - [NET-2688](https://sonarsource.atlassian.net/browse/NET-2688) - Fix S4433 FN: Null-conditional assignment in tracker - [NET-2675](https://sonarsource.atlassian.net/browse/NET-2675) - Fix S6418 FN: Field keyword - [NET-2667](https://sonarsource.atlassian.net/browse/NET-2667) - Fix S2934 FN: Null-conditional assignment and field keyword - [NET-2658](https://sonarsource.atlassian.net/browse/NET-2658) - Fix S127 FN: BitShiftCompound </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Zurich) - Branch creation - "after 9pm,before 6am" - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzguMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb48686 commit 78a41d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.23.0.137933"
53+
Version="10.24.0.138807"
5454
PrivateAssets="all"
5555
Condition="$(MSBuildProjectExtension) == '.csproj'"/>
5656
<PackageReference Include="Roslynator.Analyzers"

0 commit comments

Comments
 (0)