.Netcore adding ruleset for your code analysis project
VS2017 might not support ruletset from the UI. But you can change that by copying your RuletSet and refererncing it from your project :-
So what I've done is I added
In our project and then you can see how it gets reflected in the project. You can even click on the RuleSet and make some modifications. Play around wit the filtering and whalla .....
Have fun! :)
Comments