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 Jun 11, 2023. It is now read-only.
I have a project name with spaces in the folder name - and it creates an issue:
The path name is "Test B"
From ProtobufGenerator: stderr: C:\Develop\Project1\gitlab\Test: warning: directory does not exist.
B\TestProtocol\Protocol: No such file or directory
From ProtobufGenerator: unhandled exception: C:\Develop\Project1\gitlab\Test: warning: directory does not exist.
B\TestProtocol\Protocol: No such file or directory
I solved it by having a path with no space - but should be easy to fix