Georg Wicke-Arndt

Results 35 comments of Georg Wicke-Arndt

Ok, weird - that one takes more like the 4 seconds you were talking about on my machine. I've changed the test results to be sent asynchronously, can you try...

I tried aggregating messages before sending them to the extension, but it adds quite a bit of complexity and potentially subtle bugs. It would, however, probably improve performance by quite...

Wow, XUnit is terrible. For context: - There are two kinds of names for a test case: `DisplayName` and `FullyQualifiedName`. - MsTest and NUnit agree that the latter is a...

The different behaviour is causing me some headaches. - When using DisplayName instead of FullyQualifiedName, we also have to adapt the filtering mechanism to work on DisplayName instead. I.e. the...

Since most of the work is already done and the remaining work is not that much, I'm rather sure that it is worth the work. We also get around the...

Yeah, I'm pretty sure that this will take a while, if it will make it at all.

I think we can close this issue.

Hmm, I'd love to work on this, but time is kinda tight right now. If I had a few weeks without active side projects, I could probably do this besides...

@stefanforsberg I haven't worked on the logger for the last few weeks, but for this issue in particular, I don't believe that it is affected by it, since the logger...

No, I haven't touched this in years - I'm not doing any .NET development right now. IIRC, there were plans to support testing in one of the "official" C#/.NET extensions...