David Müller

Results 134 comments of David Müller

@MarcoRossignoli It seems the My namespace in VB is only in .NET Framework projects. I think it isn't possible to add a project with .NET Framework as target to the...

@MarcoRossignoli I'm still working on this but it seems that Linux and Mac build jobs can't build the project. Windows build job is green now. But for the others I'm...

Thanks, but now I get a ```vbc : error BC2017: could not find library 'Microsoft.VisualBasic.dll' ``` which is weird because the ReferenceAssemblies package contains the dll. Somehow the build doesn't...

@MarcoRossignoli I totally forgot about this one. I'm currently really busy so I would be glad if you could take over. I'm fine with excluding the test for Mac/Linux. Thank...

> @daveMueller seem an issue here https://github.com/tonerdo/coverlet/blob/master/src/coverlet.core/Reporters/CoberturaReporter.cs#L166 do you have any idea? > Yes seems the ```CoverageResult``` has a ```Document``` with a empty path. I could add a check for...

@NerdBrez Are you facing the same issue with cobertura report? Could you create a small repro?

Ok thanks. @NerdBrez can you share/attach your project to this issue? Or at least the parts that lead to this issue (maybe the controllers and the tests or so). Otherwise...

Today I set up an MVC project with 4.7.2 framework and XUnit 2.4.1 unit tests. Unfortunately everything worked without a problem and I couldn't reproduce the issue described above. A...

Cool thanks for the info. I will give it a try with a additional VB class library in the solution. I'm currently really busy so it could take a couple...