I'm using VS 2017 - 15.3.5 and getting code analysis errors across my solution even though code analysis is set to False in NCrunch settings.
How can I get the style rules to be ignored? I assume this is because Roslyn analyzers are embedded in the projects?
I also attempted to run under a different build configuration which explicitly excludes code analysis from the build - but ran into a separate set of issues doing that.