This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Marshal descriptors on CilFields and CilParameters and on System.Reflection.Metadata.Cil #171
Labels
area-System.Reflection.Metadata.Cil
OpenBeforeArchiving
These issues were open before the repo was archived. For re-open them, file them in the new repo
Milestone
Need to decode marshal descriptors on CilFields and on CilParameters.
See:
https://github.com/dotnet/corefxlab/blob/master/src/System.Reflection.Metadata.Cil/src/CilField.cs#L144-L158
https://github.com/dotnet/corefxlab/blob/master/src/System.Reflection.Metadata.Cil/src/CilParameter.cs#L121-L135
In order to be able to do this it is needed to have a Marshal Decoder on System.Reflection.Metadata.Decoding, issue #2688
cc @AlexGhiondea
The text was updated successfully, but these errors were encountered: