• Jon Skeet's avatar
    Support custom options in C# · 047575f2
    Jon Skeet authored
    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.
    047575f2
Name
Last commit
Last update
..
keys Loading commit data...
protos Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
CHANGES.txt Loading commit data...
Google.Protobuf.Tools.nuspec Loading commit data...
README.md Loading commit data...
build_packages.bat Loading commit data...
build_tools.sh Loading commit data...
buildall.sh Loading commit data...
generate_protos.sh Loading commit data...