You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been having a go at dropping a simple remoting client into an existing C# service (as an experiment in something that currently uses NSwag/REST clients).
I believe that isBinarySerialization relates to the support for MessagePack responses, so maybe the documentation is a little out of date with regards to that feature?
The text was updated successfully, but these errors were encountered:
Hi @Numpsy thanks for pointing it out, yeah the docs are a bit outdated in this case. I kinda hoped we could solve it by making isBinarySerialization an optional parameter but it is a module function :/
Hi,
I've been having a go at dropping a simple remoting client into an existing C# service (as an experiment in something that currently uses NSwag/REST clients).
When I tried to add the proxy calls as described in https://github.com/Zaid-Ajaj/Fable.Remoting/blob/master/documentation/src/dotnet-csharp.md, e.g.
It fails to build because
CreateFromBuilder
also requires anisBinarySerialization
parameterFable.Remoting/Fable.Remoting.DotnetClient/Proxy.fs
Line 132 in d8133b5
I believe that
isBinarySerialization
relates to the support for MessagePack responses, so maybe the documentation is a little out of date with regards to that feature?The text was updated successfully, but these errors were encountered: