You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: docs/quickstart/csharp.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,10 +159,12 @@ From the `examples/csharp/Helloworld` directory:
159
159
```
160
160
161
161
**Linux (or OS X by using macosx_x64 directory)**
162
+
Note:
163
+
protoc-gen-grpc plugin requires fullpath of "grpc_csharp_plugin" executable instead of short form with "~" symbol. Make sure to change <HOME_FOLDER phrase in below command according to your local machine.
162
164
163
165
```
164
166
# Local nuget cache on Linux and Mac is located in ~/.nuget/packages
0 commit comments