Skip to content

ILSpy Disassembler support for /caverbal format #3563

@Windows10CE

Description

@Windows10CE

Is your feature request related to a problem? Please describe.
ilasm/ildasm support a "verbal" custom attribute format under /caverbal that looks like this:

.custom instance void RandomCSharp.CustomAttr::.ctor(int32) = {int32(20) field string 'Field' = string('some')}

Describe the solution you'd like
Would it be possible/would ILSpy be interested in including this format in the options for ReflectionDisassembler? Preferably in a way that still includes the binary blob, with either the caverbal format or the blob format being in a comment. I believe it would see use mainly in applications that use ILSpy to provide IL for reading above all else, like the IL view in https://razor.lab.fyi (though I have not actually asked if they would be interested in using it).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions