I started using protobuf-net lib to communicate between some of the programs that I support. I was also able to decode messages from C # to Ruby. My ruby ββProtoBuf lib uses the .proto file to generate ruby ββcode. In the interest of making changes to as many places as possible, I would like protobuf-net to use the same .proto file. Looking, although there is a Dll in the protobuf-net folders called ProtoBufGenerator and protobuf exe, but I can not find any instructions if I can make protobuf-net this way.
Is it possible?
c # ruby protocol-buffers protobuf-net
Queuehammer
source share