David Müller
David Müller
Ohh sorry for that. I most likely fell asleep before I could hit the comment button yesterday 🙈 . I tried to reproduce this yesterday but wasn't able to. ...
I now also tried the code from the stackoverflow issue you referenced. But I'm also not able to reproduce this. 
@Nodnarb3 I don't really think so. At least I can't remember a bugfix for an issue like that in the last release. Could you tell me how you build the...
Thanks @Nodnarb3, nothing really out of the ordinary. Unfortunately I still can't reproduce it. We would really appreciate if someone who has this issue could try to provide a simple...
Are you refering to #1155? The fix for this wasn't released yet, but it will be in the next release. You can try out the fix by consuming our nightly...
Hi @mklpanasiuk and thanks for reporting this. I just looked into the report generation and there could be some edge cases where coverlet counts some branches in the summary that...
Are you sure that on this second machine all references can be resolved/restored? ``` Data collection : Unable to find a datacollector with friendly name 'XPlat Code Coverage'. Data collection...
> The project uses `xunit`, therefore the command line has `test`, not `vstest`. Despite the fact that `dotnet test` has implicit restore, I've executed `dotnet restore Solution.sln` and I have...
Nothing against that. As long as it is just `release-drafter` and `changelog-from-release` and I don't need to look into additional tools to fix something when it breaks. What I think...
@tengl This is another issue we already fixed with https://github.com/coverlet-coverage/coverlet/pull/1575. The `roslyn` team changed something in the compiler with the release of `net8`. They emit additional sequence points for records...