Re: [protobuf] Myservice.proto:7:xx: "google.protobuf.Empty" is not defined.

2021-01-05 Thread Tom Hintz
Thank you! On Tuesday, January 5, 2021 at 6:08:55 PM UTC-5 de...@perez.earth wrote: > You need to locate and import this file locally: > > https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/empty.proto > > That should do it! > > On Tue, Jan 5, 2021 at 3:00 PM Tom Hintz

Re: [protobuf] Myservice.proto:7:xx: "google.protobuf.Empty" is not defined.

2021-01-05 Thread Derek Perez
You need to locate and import this file locally: https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/empty.proto That should do it! On Tue, Jan 5, 2021 at 3:00 PM Tom Hintz wrote: > New user question... Using Visual Studio 2019, C# project, I added NuGet > packages