Closed FaronBracy closed 5 years ago
Previously FxCop was built into Visual Studio and RogueSharp had a ruleset that it used to do static code analysis.
Static analysis is now delivered via nuget packages: https://github.com/dotnet/roslyn-analyzers#recommended-version-of-analyzer-packages
Get this setup for RogueSharp with a sensible set of rules.
Addressed in https://github.com/FaronBracy/RogueSharp/pull/21
Previously FxCop was built into Visual Studio and RogueSharp had a ruleset that it used to do static code analysis.
Static analysis is now delivered via nuget packages: https://github.com/dotnet/roslyn-analyzers#recommended-version-of-analyzer-packages
Get this setup for RogueSharp with a sensible set of rules.