ClrMD 3.1 Release Notes
November 10, 2023 ยท View on GitHub
Major changes:
- Marked ClrObject's constructor as
[Obsolete]. This will be marked internal soon, instead useClrHeap.GetObject(ulong address). This is to support an upcoming change which will make ClrObject's internals work correctly even when we don't have a real ClrType associated with it. - Added
ClrType.ThreadStaticFields. - Reworked some of
ClrThreadPool's properties. - Fixed issues with Hot/Cold size information.
- Marked
DacLibraryas internal. I've refactored how we handle the dac internally, and we no longer want to publishDacLibraryas a result. - Fixed an issue where
ClrStaticField.ReadStructdid not work properly.