I'm using Protobufs in C# and wondering how I can get access to custom options I've annotated on a field at runtime via reflection. I see some indications that this should be possible:
Option type defined in public API: https://developers.google.com/protocol-buffers/docs/reference/csharp/class/google/protobuf/well-known-types/option#summary Unit tests accessing options (behind internal accessibility): https://github.com/google/protobuf/blob/master/csharp/src/Google.Protobuf.Test/Reflection/DescriptorsTest.cs Any suggestions? -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
