I'm using macOS Catalina 10.15.4 and a .NET core app.
I've noticed a memory leak and attempted to use dotnet-dump to get details of the leak, however on running dotnet-dump collect --process-id 6107, I see the following:
Writing full to /Users/xxx/core_20210216_205737
Complete
However nothing is in that location.
Has anyone faced this issue - any help appreciated.
And dotnet list --sdks shows:
3.1.302 [/usr/local/share/dotnet/sdk]
3.1.406 [/usr/local/share/dotnet/sdk]
5.0.103 [/usr/local/share/dotnet/sdk]
Thanks.