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

Open
opened 2026-01-30 22:14:02 +00:00 by claunia · 0 comments
Owner

Originally created by @mafriese on GitHub (May 13, 2019).

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.

Originally created by @mafriese on GitHub (May 13, 2019). 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.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1017