Geir Fiksdal
Results
2
issues of
Geir Fiksdal
F# Discriminated Unions with 4 cases or more fail when deserializing cases other than the first one. Consider the following type ```fsharp [] type QuadrupleCaseDU = | Case1 of string...
Needs: triage :mag:
When using `Unit` in Grain interfaces defined in F#, the Silo startup fails with the message `Orleans.Serialization.CodecNotFoundException Could not find a codec for type Microsoft.FSharp.Core.Unit.` We have previously gotten around...