David Müller
                                            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.  Is this a WPF...
Thanks for reporting this and providing a repro. :pray:
Thanks for reporting this. 👍
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. 
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.  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...