ProtobufGenerator icon indicating copy to clipboard operation
ProtobufGenerator copied to clipboard

NOT MAINTAINED ANYMORE. A plugin to Visual Studio that will automatically transform protobuf proto-files into generated C# code, using protoc.exe or GRPC

Results 4 ProtobufGenerator issues
Sort by recently updated
recently updated
newest added

I'd like to set -proto_path argument to %userprofile%/.nuget/packages/... but ProtobufGenerator does not understand %userprofile% even though protoc will work with this. Would you please look at allowing environment variables as...

I have a project name with spaces in the folder name - and it creates an issue: The path name is "Test B" ``` From ProtobufGenerator: stderr: C:\Develop\Project1\gitlab\Test: warning: directory...

I attempted to add the proto files to my c# project as linked files (add to project, select files, click dropdown on open button, select as linked file) but it...

Protoc can "import" multiple .proto files, such that you can divide up your definition like so: Enum.proto and Messages.proto imports the enums defined in Enums.proto. This tool requires a single...