IsaacSherman

Results 5 comments of IsaacSherman

Here's more minimal code to reproduce. Dump this into a new console app with the Nuget dependencies loaded. ```csharp using NetMQ; using NetMQ.Sockets; namespace ZmqMinDemo; public class Program { private...

I have different problems with it on the current version of VS (which I'll call the old version for clarity). To get it to work today, I had to run...

> Is the version of FCC the same in Visual Studio and Visual Studio Preview ? Can you show the generated runsettings when using ms code coverage. No, the old...

No luck, after updating the coverlet to 6.0.2, I still get similar logs. Running with MSCode enabled gives me the No Cobertura messages and running without it gives me the...

Good news! The workaround (copying WindowsBase.dll) seems to have worked- I can run it without MSCodeCoverage and get my coverage- running with it has the old result. Thank you so...