dotnet / dotnet/diagnostics

New SOS Extension Commands

Open
#5,333 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C++
Stars
1.3k
Forks
404
Avg merge
2d 5h
Merged PRs (30d)
35

Description

Hi,

I have added a few fairly generic SOS extension commands to a fork of the .NET Core Diagnostics repository located at:

https://github.com/meriffa/diagnostics

**I am wandering if anyone has the cycles to review these and see if there is any value in merging them here.**

The new commands are:

* Data Export: comma-delimited, tab-delimited and JSON formatting
* DumpHeapExport: similar to dumpheap
* DumpModulesExport: list managed modules
* DumpStringsExport: list strings
* Enums & Structures:
* DumpEnumValues: list enum values
* DumpSingle: display float value
* DumpDouble: display double value
* DumpDecimal: display decimal value
* DumpDateTime: display DateTime value
* DumpTimeSpan: display TimeSpan value
* DumpDateOnly: display DateOnly value
* DumpTimeOnly: display TimeOnly value

All commands are included in the Microsoft.Diagnostics.ExtensionCommands project.

Thanks,

Marian.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.