I've recently got my hands on gRPC on .net core and so far I'm very pleased with it..
the only problem I have is the proto files, for example: If I make a change on MyProtos.proto file in my grpc server solution. i'll have to update MyProtos.proto files in all my client solutions..
so I was wondering if there are ways of sharing the proto files..
I've tried creating a separate solution and placing the proto files there then reference it to all other solutions but couldn't make it work.