nikatark
Grpc.Tools generating camelCase classes
Hello, I am integrating a Java gRPC service in my .NET application but gRPC.Tools generates camelCase classes
I boiled down the proto file to minumum for the example
after building, the exampleRequest class is generated as it was written in the .proto file, and since the file was generated by a java server, its camelCase instead of PascalCase
my .csproj file:
Is there any way to force PascalCase names in the generated classes?
8 replies