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

Bug in dynamic fixed by https://github.com/dotnet/corefx/pull/23512 #12

Closed pshrosbree closed 6 years ago

pshrosbree commented 6 years ago

Description

Unit tests skip .net core 2.0 but bug in dynamic has been fixed by https://github.com/dotnet/corefx/pull/23512

Repro steps

See unit tests

Expected behavior

Unit tests are not ignore in .NET Core 2

Actual behavior

Unit test are ignored in .NET Core 2

Known workarounds

None

Related information

jbtule commented 6 years ago

I've been tracking it. It supposedly hasn't made it into a release yet, even though it's been fixed in source. 2.0.3 they are expecting sometime this week maybe? https://github.com/dotnet/corefx/issues/21689