Pls, help. I cannot make Microsoft.CodeAnalysis.CSharp.CodeStyle work as other .net analyzers. Basicaly it does not produce any warnings/errors in Unity console when I add it as RoslynAnalyzer .dll to my project and set all of its rules to produce errors.
From what I’ve investigated is that this library does not work on build by default in VS. It says that property EnforceOnBuildCodestyle .csproj has to be set to true, which I’ve done already and it does not help at all. But that is not for sure that it works that way, on the .net analyzers github project forum one of the devs told that this property works only for IDE.
Any ideas?