Marvin-Brouwer / FluentSerializer

A fluent take on serializer libraries
Apache License 2.0
18 stars 1 forks source link

Bump SonarAnalyzer.CSharp from 9.9.0.77355 to 9.10.0.77988 #352

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps SonarAnalyzer.CSharp from 9.9.0.77355 to 9.10.0.77988.

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

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.

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
Commits
  • 6c52c54 Update rspec before release (#8018)
  • 6196eda S2589: Add repros (#8014)
  • 1b1bbc4 Fix S3900 FP: should not consider .razor generated file parameters (#8013)
  • 62e9669 S3427: Implement location fix for issues in razor files (#8015)
  • 9900363 Fix rules that rely on DiagnosticReportHelper.GetLineNumberToReport for raz...
  • 5960e45 Fix S4004 FP: The rule should not raise for properties with Parameter attribu...
  • 13f21c1 Document false negative for symbol reporting (#8002)
  • 51ee788 Document metric issues found during validation (#8000)
  • 3f067c7 Fix the coverage import for .razor files (#7996)
  • cb0afe6 UTs: Delete HashSet with deleted rule IDs (#7948)
  • 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)