MvvmScarletToolkit
MvvmScarletToolkit copied to clipboard
Bump Roslynator.Analyzers from 4.7.0 to 4.11.0
Bumps Roslynator.Analyzers from 4.7.0 to 4.11.0.
Release notes
Sourced from Roslynator.Analyzers's releases.
v4.11.0
Added
- Add analyzer "Use raw string literal" RCS1266 (PR)
- Add analyzer "Convert 'string.Concat' to interpolated string" RCS1267 (PR)
- Simplify LINQ query RCS1077 (PR)
items.Select(selector).Average()
=>items.Average(selector)
items.Select(selector).Sum()
=>items.Sum(selector)
Fixed
- Fix analyzer RCS0049 (PR)
- Fix analyzer RCS1159 (PR)
- Fix analyzer RCS1019 (PR)
- Fix analyzer RCS1250 (PR, PR)
- Fix code fix for CS8600 changing the wrong type when casts or
var
are involved (PR by@jroessel
)- Fix Roslyn multi-targeting (PR)
v4.10.0
Added
- Publish NuGet packages that provide refactorings and code fixes for compiler diagnostics (PR)
- These packages are recommended to be used in an environment where Roslynator IDE extension cannot be used, e.g. VS Code + C# Dev Kit (see related issue)
- Add analyzer "Remove redundant catch block" RCS1265 (PR by
@jakubreznak
)- [CLI] Spellcheck file names (PR)
roslynator spellcheck --scope file-name
Changed
Fixed
- Fix analyzer RCS1055 (PR)
- Fix analyzer RCS1261 (PR)
- Fix analyzer RCS0056 (PR)
- Fix analyzer RCS1211 (PR)
- Fix analyzer RCS0061 (PR)
v4.9.0
Added
- Add support for Unity (PR)
- Unity uses Roslyn 3.8 and this version is now supported by Roslynator NuGet packages with analyzers (Roslynator.Analyzers etc.)
Fixed
... (truncated)
Changelog
Sourced from Roslynator.Analyzers's changelog.
[4.11.0] - 2024-02-19
Added
- Add analyzer "Use raw string literal" RCS1266 (PR)
- Add analyzer "Convert 'string.Concat' to interpolated string" RCS1267 (PR)
- Simplify LINQ query RCS1077 (PR)
items.Select(selector).Average()
=>items.Average(selector)
items.Select(selector).Sum()
=>items.Sum(selector)
Fixed
- Fix analyzer RCS0049 (PR)
- Fix analyzer RCS1159 (PR)
- Fix analyzer RCS1019 (PR)
- Fix analyzer RCS1250 (PR, PR)
- Fix code fix for CS8600 changing the wrong type when casts or
var
are involved (PR by@jroessel
)- Fix Roslyn multi-targeting (PR)
[4.10.0] - 2024-01-24
Added
- Publish NuGet packages that provide refactorings and code fixes for compiler diagnostics (PR)
- These packages are recommended to be used in an environment where Roslynator IDE extension cannot be used, e.g. VS Code + C# Dev Kit (see related issue)
- Add analyzer "Remove redundant catch block" RCS1265 (PR by
@jakubreznak
)- [CLI] Spellcheck file names (PR)
roslynator spellcheck --scope file-name
Changed
Fixed
- Fix analyzer RCS1055 (PR)
- Fix analyzer RCS1261 (PR)
- Fix analyzer RCS0056 (PR)
- Fix analyzer RCS1211 (PR)
- Fix analyzer RCS0061 (PR)
[4.9.0] - 2024-01-10
Added
- Add support for Unity (PR)
- Unity uses Roslyn 3.8 and this version is now supported by Roslynator NuGet packages with analyzers (Roslynator.Analyzers etc.)
Fixed
... (truncated)
Commits
c3a919d
Release 4.11.0 (#1391)ce1aacd
Fix roslyn multi-targeting (#1407)e928f82
Fix RCS1250 (#1404)3f1a366
Fix RCS1060 (#1401)248e785
Fix RCS1250 (#1403)168893c
Fix RCS1019 (#1402)9b8a545
Fixed DeclareAsNullableCodeFixProvider for casts in variable declarations (#1...2af15db
Fix RCS1159 (#1390)83a2d7c
Fix RCS0043 (#1389)972b3f7
Fix RCS0049 (#1386)- Additional commits viewable in compare view
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 <dependency name> 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)