-
Notifications
You must be signed in to change notification settings - Fork 263
Open
Description
Since the the current version 3.1.512801 is not marked as 'prerelease', I tried to upgrade my code to use it, but I got a number of important breaking changes:
- There is no
GCRootPathtype anymore - Cannot find any replacement for
GCRoot.EnumerateGCRoots - Cannot find any replacement for
GCRoot.EnumerateAllPaths
I also found a replacement for these:
ClrHeap.EnumerateObjectReferences==>ClrObject.EnumerateReferencesClrHeap.EnumerateReferencesWithFields==>ClrObject.EnumerateReferencesWithFields
Questions:
- Is really the v3 a currently usable version?
- Where can I find a migration guide to replace the functionalities above?
Thanks
Metadata
Metadata
Assignees
Labels
No labels