David Müller
David Müller
@MarcoRossignoli @bert2 what do you think about this. I think we would have less issues with records if we would undo the changes we did for #1139.
I think you are doing everything correct as described [here](https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/GlobalTool.md#code-coverage-for-integration-tests-and-end-to-end-tests) for e-2-e tests. But I must admit I haven't used coverlet for integration tests in years. Without having something to...
The link I posted has nothing to do with normal unit tests ([Code Coverage for integration tests and end-to-end tests](https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/GlobalTool.md#code-coverage-for-integration-tests-and-end-to-end-tests)). I can remember that I have done this at least...
OK I see, nothing I can reproduce by myself. Can you post a detailed output here? Maybe we can find some hints there. Just set the verbosity level to detailed....
Sorry can't really identify what the problem is. Like you already mentioned, this looks a bit suspicious. ``` [0216/123237.157:ERROR:gpu_process_transport_factory.cc(1029)] Lost UI shared context. DevTools listening on ws://127.0.0.1:8088/devtools/browser/f6aefc4a-7038-4e4b-b810-df0251bf48a1 ``` As also...
> Sorry, any ideas when it will be published to [Nuget](https://www.nuget.org/packages/coverlet.collector#versions-body-tab)? It's now also available in the NuGet Gallery.
I start working on this.
@dovic95 I can't reproduce it with our integration tests that we used in the past for this issue even after upgrading them to net8. Could you probably try to create...
Hi @izpavlovich, I couldn't reproduce it anymore with our current release + the repro we used the last time for this issue. I couldn't spend more time into trying to...
@rinckd Thanks for that. I try to take a look as soon as possible. Really annoying issue. It feels like with every new `.NET` release assemblies are stored somewhere else...