phmonte / Buildalyzer

A utility to perform design-time builds of .NET projects without having to think too hard about it.
MIT License
589 stars 92 forks source link

Extend analyzers #259

Closed Corniel closed 2 months ago

Corniel commented 3 months ago

To further improve the code base the following analyzers have been enabled:

I moved the configuration about the analyzers from the .editorconfig to the .globalconfig file.

phmonte commented 2 months ago

@Corniel I'm ready to merge, If you can resolve the conflicts, if you can't, I can resolve them, just let me know, Thanks.

Corniel commented 2 months ago

Rebase applied.

phmonte commented 2 months ago

@Corniel , Thanks, it took me a while because I was reading about DotNetProjectFile.Analyzers and IDisposableAnalyzers