Upgrade StyleCop analyzers #1259
Labels
Issue-Feature
New feature or request
Resolution-Fix-Available
Available in a release
Type-CodeHealth
Related to code cleanliness, linting, rules, warnings, errors, static analysis, etc.
Milestone
Suggested new feature or improvement
Hi!
Consider ugrading StyleCop to latest beta. Version 1.1.118 has been released in 2019 and is outdated if you are using new .NET/C# versions.
There are no plans to release stable versions: DotNetAnalyzers/StyleCopAnalyzers#3420 (comment)
I just started to look at the project and the outdated StyleCop is annoying if you have format/cleanup on save enabled.
Example: doesn't handle the target-typed
new()
suggestingnew ()
: SA1000 is triggered.Scenario
QOL improvements for devs
Actually a task, not a feature! 😃
The text was updated successfully, but these errors were encountered: