Tom Longhurst
Tom Longhurst
The version after 0.21.7 is 0.21.13 and Microsoft.Testing.Platform is updated from 1.6.3 to 1.7.0. I can guarantee this is the problem. Rider doesn't like the new version for some people....
I've just added that information onto the issue on youtrack
Sounds like this might be a bug for the VS Code team
If all is fixed I'll close this 😄
@robertcoltheart Try v0.63
Are you talking about swallowing the inner exception messages?
Is this just in an IDE or via dotnet run too?
I think this is an issue with them since I'm passing through the inner exception. The dotnet test experience should be improved in .net 10 I believe.
@robertcoltheart can you compare like for like and run NUnit in Microsoft Testing Platform mode
> Maybe the issue is that TUnit is wrapping the real exception inside a hook exception, and VS only shows the message property, not the full exception ToString. Is there...