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

Enable editorconfig code style analysis during build too #5

Closed Piedone closed 3 years ago

Piedone commented 3 years ago

Currently, the rules in .editorconfig are not checked during build, only in the IDE. Running these during build will be available in the .NET 5 SDK (even if the app doesn't target .NET 5). We should then enable this.

Piedone commented 3 years ago

This is not actually needed globally but we can add documentation about it.