Hi - I've just started using coverlet and the majority of our coverage tests run fine. However - one project has close to zero coverage. Running a small subset of the tests I am able to obtain results. Adding additional tests results in the coverage dropping to zero. It does not seem to matter which test is added.
I have determined that when this does not work, it is because CurrentDomain_ProcessExit is never called. I've updated our sdk version and also tried the solution in #101 which worked to a limited extent.
Does anyone have any suggestions as to how to get this working?
TIA