Zaid-Ajaj / Fable.Remoting

Type-safe communication layer (RPC-style) for F# featuring Fable and .NET Apps
https://zaid-ajaj.github.io/Fable.Remoting/
MIT License
272 stars 54 forks source link

Include TypeShape sources in the MsgPack #250

Closed Zaid-Ajaj closed 3 years ago

Zaid-Ajaj commented 3 years ago

Include TypeShape sources in the MsgPack package (dotnet only)

Might be able to remove the sources from the Server package if the implementation is available in MsgPack

Unfortunately, MsgPack also depends on TypeShape, so it'll need to be included there too.

Originally posted by @kerams in https://github.com/Zaid-Ajaj/Fable.Remoting/issues/228#issuecomment-852213093

Zaid-Ajaj commented 3 years ago

Fixed by #252