Open nohwnd opened 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.
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.
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.