Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accented characters or spaces in nuget path breaks c# grpc tool compiler #7

Closed
kkm000 opened this issue Feb 11, 2019 · 0 comments
Closed
Labels

Comments

@kkm000
Copy link
Owner

kkm000 commented Feb 11, 2019

Accented characters or spaces in nuget path breaks c# grpc tool compiler grpc#17995

--grpc_out could not find the path specified

"C:\Users\Dré Lot\.nuget\packages\grpc.tools\1.18.0\tools\windows_x64\protoc.exe" --proto_path="C:\Repositories\MyRepo" --grpc_out="C:\Repositories\MyRepo\MyRepo.Server" --plugin=protoc-gen-grpc="C:\Users\Dré Lot\.nuget\packages\grpc.tools\1.18.0\tools\windows_x64\grpc_csharp_plugin.exe" "C:\Repositories\MyRepo\MyRepo\book.proto

(Quote missing at the end is not confirmed by the reporter -kkm)

This is what the Task executes. If I run this myself in a cmd, it works. For some reason, the task itself fails with --grpc-out The path specified could not be found

@kkm000 kkm000 added the wontfix label Mar 22, 2019
@kkm000 kkm000 closed this as completed May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant