Closed
Description
I am generating files for C++ and C# using protoc 3.5.1 and while the C++ files have named constants generated for the various options I am defining in the proto file, there are no such named constants in the C# source file, even though the options appear to still function, if I manually use the numeric values in the CustomOptions.TryGet functions.
Any reason why there are no named constants generated in the C# file to avoid hard coding numbers(and make the code more readable, etc)
Activity