Hi there
the fix worked well for me for StyleCop.Analyzers Beta 15, but with the version Beta 16+ they have changed how the settings file has to be included:
https://github.com/DotNe.../EnableConfiguration.md
Since this change ncrunch is not able to build anymore. This is what I get in the output:
CSC (0, 0): Source file 'C:\Users\chbehus\AppData\Local\NCrunch\22312\24\
project\..\stylecop.json' could not be found.
WARNING - CSC (0, 0): Analyzer 'StyleCop.Analyzers.MaintainabilityRules.SA1402FileMayOnlyContainASingleClass' threw an exception of type 'System.NullReferenceException' with message 'Object reference not set to an instance of an object.'.
...
I tried with the newest version of ncrunch and it still happens.
Do you have any idea what causes this and how to fix it?
I really would like to be able to to use ncrunch again ;-)
Regards