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

Closed
opened 2026-01-30 22:14:05 +00:00 by claunia · 3 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.
Author
Owner

@sagood commented on GitHub (May 13, 2019):

maybe same to #507

@sagood commented on GitHub (May 13, 2019): maybe same to #507
Author
Owner

@PikaFan123 commented on GitHub (May 13, 2019):

Duplicate of #507

@PikaFan123 commented on GitHub (May 13, 2019): Duplicate of #507
Author
Owner

@mafriese commented on GitHub (May 13, 2019):

Duplicate of #507

@mafriese commented on GitHub (May 13, 2019): Duplicate of #507
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1019