DotNetAnalyzers / StyleCopAnalyzers

An implementation of StyleCop rules using the .NET Compiler Platform
MIT License
2.65k stars 508 forks source link

How to enable stylecop again? It suddenly stopped working #3828

Closed fcintrono closed 5 months ago

fcintrono commented 5 months ago

StyleCop suddenly stopped working in one of my projects (Visual Studio 2019). I've already tried removing and re-adding the NuGet package, but it didn't work. What could be the issue?

Thanks in advance for your help.

fcintrono commented 5 months ago

Nevermind, I found the issue: I had changed the warning level of the project from 4 to 0