MessagePack.FSharpExtensions icon indicating copy to clipboard operation
MessagePack.FSharpExtensions copied to clipboard

MessagePack Extensions for F#. / msgpack.org[F#]

Results 6 MessagePack.FSharpExtensions issues
Sort by recently updated
recently updated
newest added

In current implementation used old version of MessagePack 2.3.85. But latest version is 2.4.35. Current implementation doesn't support parsing DateOnly struct.

If I run the exact [usage example](https://github.com/pocketberserker/MessagePack.FSharpExtensions#usage) in Linqpad I get the above error. Works no probs in a VS console app. I can get around it by enabling the...

I recently went through the exercise of trying to understand what changes I could make to my F# types without breaking the serialization, making the notes below. Could these be...

### Problem I get an error when serializing `A` in `SimpleUnion` ```f# [] type SimpleUnion = | A | B of int | C of int64 * float32 let resolver...

CSharp-MessagePack has alternative resolvers for resolving objects with private members. An additional resolver for FSharp types with private constructors and private members would be very useful to me. It's something...

Bumps [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) from 2.4.59 to 2.5.187. Release notes Sourced from MessagePack's releases. v2.5.187 Changes: #2014: Use a collision-resistant hash algorithm for untrusted data to address https://github.com/MessagePack-CSharp/MessagePack-CSharp/security/advisories/GHSA-4qm4-8hg2-g2xm #2010: Update published security...

dependencies