Open
Description
Currently, trying to compile a .proto file using new "oneof" feature with
protogen will make protoc display the following errors:
meta_data2.proto:8:5: Expected "required", "optional", or "repeated".
meta_data2.proto:8:19: Expected field number.
This is of course because the protoc version used by protobuf-csharp-port is
old and the feature is new. Since oneof is a very desirable feature, it would
be nice if protobuf-csharp-port would support it.
Original issue reported on code.google.com by [email protected]
on 14 Nov 2014 at 3:58