Projects
Open-source .NET tools and experiments.
DumpMiner
A .NET dump analysis tool built on ClrMD. It inspects crash dumps and live processes through a UI, without having to remember WinDbg and SOS commands.
Auto Debugger
A prototype .NET debugging workflow that brings together symbol lookup, source retrieval, runtime probes, HTTP reproductions, snapshots, diffs, and commits.
Roslyn rewriters
Small Roslyn syntax rewriters: one converts LINQ query syntax into the equivalent fluent method calls, and another turns an instance method into a static method.