From 4b00f9712066ef53392d2f1663f9b1bec440b158 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:54:20 +0000 Subject: [PATCH] Update dependency SonarAnalyzer.CSharp to v9.14.0.81108 (#18) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [SonarAnalyzer.CSharp](https://redirect.sonarsource.com/doc/sonar-visualstudio.html) ([source](https://togithub.com/SonarSource/sonar-dotnet)) | `9.12.0.78982` -> `9.14.0.81108` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/SonarAnalyzer.CSharp/9.14.0.81108?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/SonarAnalyzer.CSharp/9.14.0.81108?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/SonarAnalyzer.CSharp/9.12.0.78982/9.14.0.81108?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SonarAnalyzer.CSharp/9.12.0.78982/9.14.0.81108?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
SonarSource/sonar-dotnet (SonarAnalyzer.CSharp) ### [`v9.14.0.81108`](https://togithub.com/SonarSource/sonar-dotnet/releases/tag/9.14.0.81108): 9.14 [Compare Source](https://togithub.com/SonarSource/sonar-dotnet/compare/9.12.0.78982...9.14.0.81108) Hello everyone! We are happy to announce that we now have 5 dedicated Blazor rules 🚀 🥳 Special thanks to our contributor (and former colleague) [@​sagi1623](https://togithub.com/sagi1623) for fixing [https://github.com/SonarSource/sonar-dotnet/pull/8302](https://togithub.com/SonarSource/sonar-dotnet/pull/8302). ##### Improvements - [8274](https://togithub.com/SonarSource/sonar-dotnet/issues/8274) - \[C#] New rule S6797: Query parameter should be of supported type - [8278](https://togithub.com/SonarSource/sonar-dotnet/issues/8278) - \[C#] New rule S6798: \[JSInvokable] attribute should only be used on public methods - [8275](https://togithub.com/SonarSource/sonar-dotnet/issues/8275) - \[C#] New rule S6800: Component parameter type should match the route parameter type constraint - [8277](https://togithub.com/SonarSource/sonar-dotnet/issues/8277) - \[C#] New rule S6802: Using lambda expressions in loops should be avoided in Blazor markup section - [8338](https://togithub.com/SonarSource/sonar-dotnet/issues/8338) - \[C#] New rule S6803: Parameters with SupplyParameterFromQuery attribute should be used only in routable components - [8228](https://togithub.com/SonarSource/sonar-dotnet/issues/8228) - \[C#] Deprecate S4212 - [8346](https://togithub.com/SonarSource/sonar-dotnet/issues/8346) - Create CFG from member node - [8271](https://togithub.com/SonarSource/sonar-dotnet/pull/8271) - Adding missing operation wrappers and syntax kinds to the shim layer - [8230](https://togithub.com/SonarSource/sonar-dotnet/issues/8230) - Update Signing Certificate - [8290](https://togithub.com/SonarSource/sonar-dotnet/issues/8290) - Update RSPEC before 9.14 release ##### Bug Fixes - [8310](https://togithub.com/SonarSource/sonar-dotnet/issues/8310) - \[C#, VB.NET] Fix S2068 AD0001: Overflow exception when a configuration file value is a number greater than Int32.MaxValue ##### False Positive - [8285](https://togithub.com/SonarSource/sonar-dotnet/issues/8285) - \[C#, VB.NET] Fix S2583 FP: Number constraint from remainder calculation is not correct. - [8358](https://togithub.com/SonarSource/sonar-dotnet/issues/8358) - \[C#] Fix S2743 FP: Arrow properties do not have static fields - [7624](https://togithub.com/SonarSource/sonar-dotnet/issues/7624) - \[C#] Fix S3604 FP: Primary constructors ##### False Negative - [8335](https://togithub.com/SonarSource/sonar-dotnet/pull/8335) - \[C#] Fix S2259 FN: FlowCaptures in Field/PropertyReference.Instance - [6050](https://togithub.com/SonarSource/sonar-dotnet/issues/6050) - \[C#] Fix S2930 FN: Track System.Threading.CancellationTokenSource ##### Performance - [8181](https://togithub.com/SonarSource/sonar-dotnet/pull/8181) - \[C#] Improve S5332 performance: Reuse compiled regex
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ellosoft/aws-cred-mgr). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index f60217a..d862dbc 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,7 +7,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive