fremag / MemoScope.Net

Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )
The Unlicense
691 stars 74 forks source link

Updates to better support .net core memory dumps #210

Closed mscrivo closed 5 years ago

mscrivo commented 5 years ago

This tool is absolutely great. Thank you very much for it!

There are some issues with working with .net core memory dumps, mostly due to ClrMd not yet supporting them fully. These changes fix several issues when trying to load root objects, viewing the threads, threadpool, etc.

fremag commented 5 years ago

Thank you very much for this pull request. I've merge it in master branch and will test it on some projects I've upgraded to .Net Core.

Thanks too for upgrading nuget packages and target framework. I think I will make a new release soon with the pending features/bug fixes.