You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Is there a way to create a client only dll which doesn't contains the server implementation. Because in the sample from github when you build the solution it creates a HelloWorldGrpc.cs file with all the stuff in one namespace which is needed for both client and server. What i want is a separate output for server and client. Is this possible?
Thx!
Martin Scholz
unread,
Mar 18, 2019, 3:17:42 AM3/18/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You can either change this through Visual Studio by clicking on the proto and choose "Client only" from the "gRPC Stub Classes" entry. Or you can update the entry in your csproj: