Skip to content

New SOS Extension Commands #5333

Open
Open
@meriffa

Description

@meriffa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions