You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project originally used StyleCop to enforce code style. This has been deprecated, and replaced with StyleCopAnalyzers. We should find what rules were used with StyleCop, and apply the same rules with StyleCopAnalyzers.
We should prefer the NuGet package of StyleCopAnalyzers, so developers don't have to install extensions for this to work, and so it works when running msbuild from the command line.
The text was updated successfully, but these errors were encountered:
The project originally used StyleCop to enforce code style. This has been deprecated, and replaced with StyleCopAnalyzers. We should find what rules were used with StyleCop, and apply the same rules with StyleCopAnalyzers.
We should prefer the NuGet package of StyleCopAnalyzers, so developers don't have to install extensions for this to work, and so it works when running msbuild from the command line.
The text was updated successfully, but these errors were encountered: