JeevanJames / IniFile

.NET library to open, modify and save .INI files
Apache License 2.0
23 stars 12 forks source link

Bump SonarAnalyzer.CSharp from 8.22.0.31243 to 9.12.0.78982 #177

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps SonarAnalyzer.CSharp from 8.22.0.31243 to 9.12.0.78982.

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

9.11

Hi everyone,

In this release, we added support for incremental PR analysis for .razor files and deleted 4 deprecated rules.

Improvements

  • 8062 - Delete S4564
  • 8059 - Delete S4784
  • 8049 - Delete S4829
  • 8048 - Delete S4823
  • 8039 - C# Plugin filters out tokens starting at EOL
  • 8031 - [C#] Update the analyzers to ignore razor-generated files if they are already analyzed
  • 8020 - Update RSPEC before 9.11 release

9.10

Hello everyone,

We are happy to announce that this version enables the analysis of Razor files (.cshtml and .razor) 🚀.

The feature will be enabled by default and can be configured in the Languages settings, in the next versions of SonarQube / SonarCloud:

Currently, Razor files are not supported in Visual Studio (when using NuGet packages or SonarLint) due to some limitations in the IDE. See dotnet/razor#9108 and this VS issue.

Improvements

  • 7942 - [C#, VB.NET] Delete S4818 (Deprecated)
  • 7939 - [C#, VB.NET] Delete S4787 (Deprecated)
  • 7985 - [C#, VB.NET] Fix S6563: Typo in issue message
  • 7954 - Update RSPEC before 9.10 release

False Positive

  • 8005 - [C#] Fix S4004 FP: The rule should not raise on the properties decorated with the Parameter attribute

9.9

Hello everyone!

This release is focused on improving the symbolic execution engine to increase the issue accuracy. We also deleted rule S2255 as its deprecation period came to an end.

Deleted Rules:

  • 7853 - Delete S2255 (Deprecated).

False Positives

  • 7859 - [C#, VB.NET] Fix S2589/S4158: Do not consider a collection not to be empty if a remove method was called.
  • 6158 - [C#, VB.NET] Fix S2259 FP: Recognize NotNull results of String methods

False Negatives

... (truncated)

Commits
  • 751de72 [To be reverted] Manually override maven.deploy.skip (#8179)
  • 7d09f45 Rename version.gpg.plugin property to version.sign.plugin (#8165)
  • 85daca1 Optimization: Enable on-demand plugin download (#8160)
  • 3786561 Update RSPEC before 9.12 release (#8161)
  • f6ea225 Bump parent pom to 70.0.0.270 (#8164)
  • 8520778 Add utility analyzer's UTs for C#12 syntax (#8135)
  • 6360ba4 Bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 (#8148)
  • 79f2a33 Bump commons-io:commons-io from 2.13.0 to 2.14.0 (#8116)
  • 0a11018 Add C#12 reproducers for rules T (#8142)
  • 40b2e83 .NET 8 and C# 12: add repros and UTs for rules starting with S in SonarWay (#...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)