I'm using Protobuf and Visual Studio C#. I have a Client project, Server project, and and shared project. I want my proto file and messages to live within the shared project. I'm installed the Nuget packages for protobuf, protobuf tools, grpc, grpc core, and grpc tools into both my client and server projects (you cant add them to a shared project). The build action for the proto file in my shared project cannot be changed to Protobuf compiler for automatic compilation like it can if I put the .proto in either the client or server project.
Any thoughts on a better architecture or what I might be doing wrong here. This seems like it should be a common architecture but it seems to be a real struggle. Thanks! -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/e9a8e8e4-e085-47aa-8f62-c34d65e9b11an%40googlegroups.com.
