microsoft / clrmd

Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.
MIT License
1.05k stars 256 forks source link

Add DbgEng data reader back, remove [Obsolete] #1276

Closed leculver closed 3 months ago

leculver commented 3 months ago

Since the .Utilities package is .net core only, we need to maintain access to a DbgEng based data reader to avoid having to duplicate code in consumers of ClrMD.

This still isn't a great data reader to use, but it is functional.