Closed saboco closed 3 years ago
Hi there, thanks a lot for the detailed report. I will have a look soon and see what went wrong 🙏
Hello @saboco, I just published a new batch of Fable.Remoting libraries that include the fix to this problem with Map<Guid, T>
:rocket: it should be resolved when update your Fable.Remoting.Giraffe package to latest (the problem was in Fable.Remoting.Json) can you please give it a go and let me know if it is resolved on your end of things? :smile:
Sorry, I wasn't notified on this!!! I'm in parental leave right now, so mostly taking care of my child, I'll check this as soon as I'm back to work (on 8 April).
Don't worry about it @saboco family comes first of course! 😄
finally I got to test this, it's working flawless! Thank you very much for you impressive work! See you on twitch!
There is a problem with the lastest versions of Fable.Remoting. With previous versions this kind of type was serialized/deserialized just fine:
In the latests versions this error is thrown:
I made a demo so it is maybe easier to debbug https://github.com/saboco/test-fable-remoting
main
branch contains a working versionfable-remoting-last
branch contains the version that is not working.