small release to enhance the deprecation warning before SonarQube v.10.4, explicitly notifying users analyzing with MSBuild 14 that it's no longer supported while maintaining the deprecation status for MSBuild 15.
Furthermore, we've also introduced three improvements to our rules:
Improvements
8609 - AnalysisWarningAnalyzerBase: targeted warnings for MSBuild14/15
8559 - [C#, VB.NET] Fix S2178 Rule message: Mention extracting right operand if applicable
6139 - [C#, VB.NET] Detect symbol references for @ keyword identifiers
3753 - [C#, VB.NET] S1186: also inspect empty set and init and empty local functions
Commits
919a72f Ignore Verify_Razor_WithFramework test (#8647)
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)
Bumps SonarAnalyzer.CSharp from 9.18.0.83559 to 9.19.0.84025.
Release notes
Sourced from SonarAnalyzer.CSharp's releases.
Commits
919a72f
Ignore Verify_Razor_WithFramework test (#8647)5d151c3
Detect symbol references for@keyword
identifiers (#8604)3f0becb
Fix S2178 Rule message: Mention extracting right operand if applicable (#8598)c69ea2b
Update RSPEC before 9.19 release (#8628)3ca63c7
S1186: also inspect empty set and init and empty local functions (#8584)b474e2c
AnalysisWarningAnalyzerBase: targeted warnings for MSBuild14/15 (#8609)2f11942
Use correct NuGet api and specify protocol version (#8620)bd48d9d
Bump version to 9.19 (#8622)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
This change is