• Jon Skeet's avatar
    Add C# codegen changes to enum value names (mostly C++) · 75626ed7
    Jon Skeet authored
    Overview of changes:
    - A new C#-specific command-line option, legacy_enum_values to revert to the old behavior
    - When legacy_enum_values isn't specified, we strip the enum name as a prefix, and PascalCase the value name
    - A new attribute within the C# code so that we can always tell the original in-proto name
    
    Regenerating the C# code with legacy_enum_values leads to code which still compiles and works - but
    there's more still to do.
    75626ed7
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...
buildall.sh Loading commit data...
generate_protos.sh Loading commit data...