Good evening,
I wanted to give the latest version of NCrunch a try against one of my current projects and this project utilizes
Microsoft's Application Insights and the later is using
ETW under the hood.. and that in turn adds a new build target/post-build process to the project file(s) it is referenced in.. and even though regular building, manual unit testing etc all work fine, NCrunch fails to build these projects due to that post-build step with a rather strange error (exit code is 9930 or 9309 as far as I remember).
Basically you can reproduce this rather easily by creating a new solution/project, reference the MS EventSource NuGet package above, create a second Unit Test project that references the first project and try to run NCrunch on that solution.
What could I do in that case to use NCrunch nevertheless?
Cheers and thanks,
-Joerg