I am using Google.Protobuf C# library to load proto.pb file 
(serialized FileDescriptorSet). In this descriptor set there is protobuf 
which defines extension to google.protobuf.MessageOptions and then there 
are other protobuf messages that use this custom option.

I am using `FileDescriptorSet.Parser.ParseFrom(fs);` to read proto.pb file 
but DescriptorProto inside doesnt have custom option, i assume it would be 
in UninterpretedOption but it is not there.

How should I read this proto.pb file so in message descriptor there is 
custom option from extension.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/protobuf/872377bb-2408-4151-b685-c7c5859d7cben%40googlegroups.com.

Reply via email to