Hi! This is a follow-up to this thread from some months ago:
https://forum.ncrunch.ne...e-warning-severity.aspx
I have this setup: I am using FxCop Analyzers and <WarningsAsErrors/>. In my C# solution I have a global .editorconfig file. In a test project I have an additional .editorconfig that overrides/extends the global one.
Problem: When building the test project, NCrunch only reads the local (overriding) .editorconfig file. It ignores the global .editorconfig. As a result, it reports some errors that I want it to ignore and then fails to compile.
If I didn't have the overriding .editorconfig I could solve it by adding a symlink to the global .editorconfig in each project (as in the thread linked above). Now that I have the overriding one, this trick no longer works.
Is there any way to solve this?
I'm using NCrunch 4.3.0.13, Visual Studio Professional 2019 version 16.4.6., C# 8.
Thanks!