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

Cannot compile when system language is not set to English #735

Closed
mafriese opened this issue May 13, 2019 · 3 comments
Closed

Cannot compile when system language is not set to English #735

mafriese opened this issue May 13, 2019 · 3 comments

Comments

@mafriese
Copy link

I have noticed that if you try to compile the project and the system language is not set to English, there will be errors when compiling the CascadiaPackage. The reason for that is (in my opinion) that the buildscript gives an invalid response when it reaches

23>Does C:\Users\Marcel\Documents\Terminal\x64\Debug\TerminalApp.dll specify a file name
23>or directory name on the target
23>(F = file, D = directory)? f
23>C:\Users\Marcel\Documents\Terminal\x64\Debug\TerminalApp\TerminalApp.dll
23>1 File(s) copied
23>Does C:\Users\Marcel\Documents\Terminal\x64\Debug\TerminalApp.pdb specify a file name
23>or directory name on the target
23>(F = file, D = directory)? f
23>C:\Users\Marcel\Documents\Terminal\x64\Debug\TerminalApp\TerminalApp.pdb
23>1 File(s) copied

. I tested it in German where the letters for File and Directory are different and therefore the script throws an error and cannot build. However if I change the system language to English, everything build successfully.

@sagood
Copy link

sagood commented May 13, 2019

maybe same to #507

@PikaFan123
Copy link

Duplicate of #507

1 similar comment
@mafriese
Copy link
Author

Duplicate of #507

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants