Closed xtqqczze closed 3 years ago
@xtqqczze we have prioritized this ticket and it is currently Work-In-Progress. Some updates have already been pushed to production so you should already see improved analysis results for C# 8.0 and 9.0. The full scope will be rolled out by the end of January 2021.
@xtqqczze Automated #CodeQuality analysis for C# 9.0 is now available at http://CodeFactor.io. Enjoy!
In PowerShell/PowerShell#13396 we saw codefactor-io report 3542 fixed issues, that were not changed in the PR and in actual fact are unresolved in the
master
branch. We've been seeing many issues like this in the last month or so, but this is the most extreme case by far.The cause of this issue might be that the project recently started using C# 9.0 features, like new
and
,or
, andnot
keywords for pattern matching and target-typed new expressions and codefactor-io does not yet support C# 9.0, or is using old version of StyleCopAnalyzers.See also: #26.