David Müller

Results 124 comments of David Müller

Thanks for reporting this. I looked into it today but couldn't reproduce it. Could you provide a small repro?

I'm afraid this is an issue of the cli library coverlet is using ([https://github.com/natemcmaster/CommandLineUtils/issues/154](https://github.com/natemcmaster/CommandLineUtils/issues/154)). In my eyes the suggested solution here isn't something we can use in production. @MarcoRossignoli any...

Could you try the solutions described in #1102? For me it feels like the same issue.

Sorry really busy lately. A bit odd is that there are a lot of other exceptions in the log regarding references that can't be resolved. ![image](https://user-images.githubusercontent.com/19378678/136295351-db862b8e-a324-48c6-bf17-0598d4edbb36.png) Is this a WPF...

Thanks for reporting this and providing a repro. :pray:

I debugged into this once for another issue [https://github.com/coverlet-coverage/coverlet/issues/1279](https://github.com/coverlet-coverage/coverlet/issues/1279) that might be related but I couldn't find the issue back then. I debugged into this issue here and ended up...

What I additonally found out that this issue doesn`t occur with 3 connected conditions. ![grafik](https://user-images.githubusercontent.com/19378678/169416567-cadda1f5-e732-4e0a-8a7e-857b97b50840.png)

The issue is the ```My``` namespace in Visual Basic ([My](https://docs.microsoft.com/en-us/dotnet/visual-basic/developing-apps/development-with-my/)). Usually a sequence point has a reference to a source file like this. ![grafik](https://user-images.githubusercontent.com/19378678/106076137-3ebe6180-610f-11eb-9370-32cd947c381b.png) In Visual Basic the compiler injects...

> Can we add a new VB project and create a test?Is it too complex? > Something like `coverlet.tests.projectsample.vbmynamespace` here https://github.com/coverlet-coverage/coverlet/tree/master/test I will give it a try. But nevertheless I...