David Müller
David Müller
@Danny-UKDM No up to now this didn't make it in. But every contribution is welcome. So you or someone else can reopen the PR and continue.
I would still have to adapt tests but this the only thing I came up with. As far as I have analyzed vstest, they have the tfm information but currently...
OK cool then I will go on with unit tests. In my analysis I didn't specifiy a `runsettings` file, so this config element was generated by vstest. As far as...
@MarcoRossignoli Any idea what is going wrong here? l tested it locally and here everything seems to work. I assume this here is the main error: ``` Starting test execution,...
Thanks, yes locally the lib is there. I also don't have this issue locally.  I also analyzed the logs but couldn't find any usefull hint on whats wrong. [log.zip](https://github.com/coverlet-coverage/coverlet/files/8095065/log.zip)
OK I now tried several things but nothing seems to work. When I add `nuget.fraweworks` dependency the tests start to fail with the error from above. Any other ideas why...
I finally found time to finish this one. It was really a conflicting version with the version `Microsoft.TestPlatform.Objectmodel` is using.
> @daveMueller is this good to go? Sorry for the late response. I think it was at least ready for review. But I will check this again on the weekend...
Thanks for reporting this. 🙏
Moved the code to skip nested ranges from ```Coverage``` (#1006) to the ```Instrumenter```. Thus I could omit the empty line from the ```Document```. -> see latest comments