Skip to content

Commit 6434931

Browse files
chore(deps): update dependency sonaranalyzer.csharp to 10.15.0.120848 (#928)
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.14.0.120626` -> `10.15.0.120848` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/SonarAnalyzer.CSharp/10.15.0.120848?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SonarAnalyzer.CSharp/10.14.0.120626/10.15.0.120848?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)</summary> ### [`v10.15.0.120848`](https://redirect.github.com/SonarSource/sonar-dotnet/releases/tag/10.15.0.120848): 10.15 [Compare Source](https://redirect.github.com/SonarSource/sonar-dotnet/compare/10.14.0.120626...10.15.0.120848) ##### False Positive - [NET-2198](https://sonarsource.atlassian.net/browse/NET-2198) - Fix S1905 FP: Cast of default! expression is required - [NET-2197](https://sonarsource.atlassian.net/browse/NET-2197) - Fix S1905 FP: stackalloc and Span<T> conversions - [NET-1641](https://sonarsource.atlassian.net/browse/NET-1641) - Fix S1905 FP: casting `IEnumerable<string?>` to `IEnumerable<string>` - [NET-2157](https://sonarsource.atlassian.net/browse/NET-2157) - Fix S2589 FP: Don't raise an issue after a delegate is invoked - [NET-2073](https://sonarsource.atlassian.net/browse/NET-2073) - Fix S2699 FP: Add support for FsCheck property tests - [NET-1537](https://sonarsource.atlassian.net/browse/NET-1537) - Fix S6964 FP: Don't raise on properties annotated with the BindRequiredAttribute ##### Improvement - [NET-2112](https://sonarsource.atlassian.net/browse/NET-2112) - Consider ExplodedNodes relevant if a successor would be relevant - [NET-2183](https://sonarsource.atlassian.net/browse/NET-2183) - SE: Set constraint on operation when learning from IsPattern ##### False Negative - [NET-429](https://sonarsource.atlassian.net/browse/NET-429) - Fix S4275 FN: Support partial properties ##### Task - [NET-2208](https://sonarsource.atlassian.net/browse/NET-2208) - Update RSpec before release </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b792aa commit 6434931

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

0 commit comments

Comments
 (0)