protobuf/csharp/protos
Jon Skeet 047575f20c Support custom options in C#
This consists of:
- Changing the codegen for the fixed set of options protos, to parse unknown fields instead of skipping them
- Add a new CustomOptions type in the C# support library
- Expose CustomOptions properties from the immutable proto wrappers in the support library

Only single-value options are currently supported, and fetching options values requires getting the type right
and knowing the field number. Both of these can be addressed at a later time.

Fixes #2143, at least as a first pass.
2017-01-19 06:46:04 +00:00
..
unittest_custom_options_proto3.proto Support custom options in C# 2017-01-19 06:46:04 +00:00
unittest_issues.proto Code review fixes 2016-03-29 20:56:32 +03:00