How to easily add FxCop Ruleset to solution/multiple projects using powershell
Recently, I’ve been working on .net core solution that has about 10 projects. Iwanted to enable FxCop (CodeAnalyzers for c#, nuget package Microsoft.CodeAnalysis.FxCopAnalyzer) and set custom…