dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.42k stars 198 forks source link

Support Decimal marshalling #175

Open MichalStrehovsky opened 4 years ago

MichalStrehovsky commented 4 years ago

Interop/PInvoke/Decimal/DecimalTest

kant2002 commented 3 years ago

This is now throws

// TODO: https://github.com/dotnet/corert/issues/4466
throw new NotSupportedException("Marshalling an LPStruct argument not yet implemented");