Closed Piedone closed 2 years ago
See: https://github.com/Lombiq/.NET-Analyzers#upgrading-to-a-new-version-of-the-net-sdk
<Features>strict</Features>
AnalysisLevel
LangVersion
Note that this also requires all projects using .NET Analyzers to be upgraded as well.
There's a task/net-6-upgrade branch already (from here: https://github.com/Lombiq/.NET-Analyzers/pull/36); start from that and merge the new PR to dev.
task/net-6-upgrade
dev
https://github.com/Lombiq/.NET-Analyzers/pull/36 only partially addresses this.
See: https://github.com/Lombiq/.NET-Analyzers#upgrading-to-a-new-version-of-the-net-sdk
<Features>strict</Features>
see this post.AnalysisLevel
.LangVersion
.Note that this also requires all projects using .NET Analyzers to be upgraded as well.
There's a
task/net-6-upgrade
branch already (from here: https://github.com/Lombiq/.NET-Analyzers/pull/36); start from that and merge the new PR todev
.