thoth-org / Thoth.Json

Library for working with JSON in a type safe manner, this libs is targeting Fable

Home Page:https://thoth-org.github.io/Thoth.Json/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValLinkagePartialKey(generateEncoder) missing

forki opened this issue · comments

FSC : error FS0193: Das Modul bzw. der Namespace "Encode" aus der Kompilierungseinheit "Thoth.Json" enthielt nicht den Wert "ValLinkagePartialKey(generateEncoder)". [/home/gitlab-runner/builds/yojQYPy-/0/a-team/eCarApp/src/Dashboard/Dashboard.fsproj]

After paket update I'm getting this weird compiler error. It's complaining that Thoth.Json is missing ValLinkagePartialKey(generateEncoder) - whatever that means.

Similar to #46

Yesterday, I released a new version of Thoth.Json which change the exposed API even if that was just optional arguments being deleted.

I released Thoth.Fetch to avoid the issue linked in theory, but it seems like Thoth.Fetch require FSharp.Core 5.0.0. I just release a new version of Thoth.Fetch to lower to FSharp.Core 4.7.2 can you please give it a try?

I also released a new version of Elmish.Debugger.

So, in theory I re-published all the package I have control over with the new version of Thoth.Json. I hope this will fix the problem.

thanks that seems to work!