mbraceproject / FsPickler

A fast multi-format message serializer for .NET
http://mbraceproject.github.io/FsPickler/
MIT License
325 stars 52 forks source link

Add a test for union cases with named fields #99

Closed deneuxj closed 6 years ago

deneuxj commented 6 years ago

The test fails when building with Visual Studio 2017 15.5.2 (F# 4.1). The cause appears to be in TypeShape, see https://github.com/eiriktsarpalis/TypeShape/issues/14

eiriktsarpalis commented 6 years ago

Thanks

eiriktsarpalis commented 6 years ago

Updating TypeShape made the test pass. Released fix in 4.6