fsprojects / FSharp.Interop.Dynamic

DLR interop for F# -- works like dynamic keyword in C#
https://fsprojects.github.io/FSharp.Interop.Dynamic/
Apache License 2.0
95 stars 14 forks source link

.netcoreapp 2.0 can't invoke FSharp funcs #11

Closed jbtule closed 6 years ago

jbtule commented 7 years ago

This is because corefx 2.0 added some sloppy generic name parsing.

https://github.com/dotnet/corefx/issues/21689