Open buyaa-n opened 11 months ago
Mono runtime also doesn't support standalone signature:
System.NotImplementedException : The method or operation is not implemented.
Stack Trace:
SignatureHelper.GetSignature() line 381
ModuleBuilderImpl.GetSignatureMetadataToken(SignatureHelper signature) line 1040
AssemblySaveModuleBuilderTests.GetABCMetadataToken_Validations() line 283
Tagging subscribers to this area: @dotnet/area-system-reflection See info in area-owners.md if you want to be subscribed.
Author: | buyaa-n |
---|---|
Assignees: | - |
Labels: | `area-System.Reflection`, `untriaged`, `runtime-mono`, `area-System.Reflection-mono` |
Milestone: | - |
cc @BrzVlad
A test added for
ILGeneratorImpl.Emit(OpCode opcode, SignatureHelper signature)
failed withThe same would happen for VarArg methods. Looks there is several other public APIs not implemented, it would be great to add implementations for all
We might be able to move the runtime implementation into share libraries instead of trying to add implementation for mono implementation.