Bruno Cadorette
Bruno Cadorette
@MangelMaxime The tests are failing on this build but I'm not seeing where the tests are in the solution. I may have other fixes for this library so I'd like...
sorry for the late response I didn't had time to run the command When I run `dotnet test` on the src folder, I get an empty output (even `dotnet test...
thanks, I was able to make them run!
Thanks! Line 416 of Encode.fs it call `autoEncoder` with `fi.PropertyType` which returns `System.Object`, which ultimately create this encoder: `boxEncoder(fun (v: obj) -> JValue(v) :> JsonValue)` I think this happen because...