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

A non-collectible assembly may not reference a collectible assembly.

Open ordinaryorange opened this issue 2 years ago • 0 comments

If I run the exact usage example in Linqpad I get the above error. Works no probs in a VS console app.

I can get around it by enabling the Linqpad option "Use a non-collectable load context for this query", but I'm keen to know why a non-collectable load context is required and if it is a MessagePack.FharpExtensions thing or a MessagePack-CSharp thing ?

ordinaryorange avatar Sep 29 '22 06:09 ordinaryorange