DEV Community

Discussion on: gRPC Guide

Collapse
 
revirth profile image
JT Lee

thanks for your article

but for me, it doesn't work

protoc -I=. --csharp_out=. ./meetings.proto

it worked for c# :)

protoc -I . --csharp_out=. ./meetings.proto
Collapse
 
drminnaar profile image
Douglas Minnaar

Thanks JT! I appreciate that you like the content. Also, thank you for detecting the path error in the protoc command. Worked on nix but not windows. I made the amendment for future readers :)