Hi Proto experts,

I have a proto file and using that to generate a C# object and am facing 
issue while converting the C# object to JSON. Issue is that when the C# 
object is generated the property comes with the first letter capital and 
underscore is missed.

How can the proto file be declared/compiled or any other method in C# to 
use the same name for C# object's properties as declared in proto file?

Proto file snippet:
message Record{
....
_etag = 10
....
}

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/ef916047-5807-47ea-9ab1-3d104d3638fdn%40googlegroups.com.

Reply via email to