How do I create a Google.Protobuf.FSharp.WellKnownTypes.Any instance from another message?
In C# we use method static Google.Protobuf.WellKnownTypes.Any.Pack(IMessage) and Google.Protobuf.WellKnownTypes.Any.[Try]Unpack<T>(...)
Also, how to know the message type from the Any.TypeUrl?
Thanks for this libraries! I finally found some FSharp libraries to work with Protobuf/Grpc 🥳
How do I create a
Google.Protobuf.FSharp.WellKnownTypes.Anyinstance from another message?In C# we use method
static Google.Protobuf.WellKnownTypes.Any.Pack(IMessage)andGoogle.Protobuf.WellKnownTypes.Any.[Try]Unpack<T>(...)Also, how to know the message type from the
Any.TypeUrl?Thanks for this libraries! I finally found some FSharp libraries to work with Protobuf/Grpc 🥳