Skip to content

Undocumented breaking changes in v3 #1331

@raffaeler

Description

@raffaeler

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 GCRootPath type 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.EnumerateReferences
  • ClrHeap.EnumerateReferencesWithFields ==> ClrObject.EnumerateReferencesWithFields

Questions:

  1. Is really the v3 a currently usable version?
  2. Where can I find a migration guide to replace the functionalities above?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions