[protobuf] Re: using proto3 for receiving proto2 messages ("group", C#)

2016-05-26 Thread Scobe S.
eet wrote: >>> >>> Groups are always skipped in the C# proto3 code... and the wire format >>> is different to other messages anyway. >>> >>> Are you concerned about doing this *in general*, or do you have actual >>> messages using groups th

[protobuf] using proto3 for receiving proto2 messages ("group", C#)

2016-05-20 Thread Scobe S.
Hi, Given a .proto file used with proto2 to generate code to send messages, is it feasible to use proto3 on the same .proto file to receive messages--assuming I alter the .proto file to be proto3 compatible? In particular, if I fix the following (which currently are errors I get when

[protobuf] Re: using proto3 for receiving proto2 messages ("group", C#)

2016-05-23 Thread Scobe S.
e in C#? As far as I'm aware, > the advice has been to avoid using groups for several years now. > > Jon > > On Saturday, 21 May 2016 04:26:10 UTC+1, Scobe S. wrote: >> >> Given a .proto file used with proto2 to generate code to send messages, >> is it feasible