microsoft / testfx

MSTest framework and adapter
MIT License
747 stars 255 forks source link

Hangdump fails when path to dump has spaces in it. #3961

Open nohwnd opened 1 week ago

nohwnd commented 1 week ago

Hangdump fails when path to dump has spaces in it. This is caused by https://github.com/dotnet/diagnostics/issues/5020 but can be worked around by wrapping the path to dump in quotes.

This only applies to .NET.

nohwnd commented 6 days ago

It is not recommended to apply the workaround, it will be fixed in the netcore client package we consume, so it is fixed across runtimes.