-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
EnhancementAreas for improvementAreas for improvement
Description
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).
reflectronic
Metadata
Metadata
Assignees
Labels
EnhancementAreas for improvementAreas for improvement