Lombiq / .NET-Analyzers

.NET code analyzers and code convention settings for Lombiq projects.
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

Migrate to .editorconfig from ruleset files (OSOE-179) #32

Closed Piedone closed 9 months ago

Piedone commented 2 years ago

This is only suitable once .editorconfig has everything ruleset files provide already:

Tasks:

Piedone commented 10 months ago

Some notes:

Piedone commented 9 months ago

We'll have a hard time getting the editor GUI working: https://github.com/dotnet/roslyn/issues/70326

Piedone commented 9 months ago

We need .NET 8 for this: https://github.com/dotnet/roslyn-analyzers/issues/6281#issuecomment-1381351146

Piedone commented 9 months ago

We don't need .NET 8, that's only when TreatWarningsAsErrors=false and CodeAnalysisTreatWarningsAsErrors=true but we don't do that.