Describe the problem you are trying to solve. Currently, when protoc generates C# code from .proto files, it automatically converts field names (including enum field names) from snake_case (the ...
<ItemGroup> <Protobuf Include="Protos\messages.proto" ProtoRoot="Protos" /> <AdditionalFiles Include="Protos\messages.proto" /> </ItemGroup> I ...