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

[WebToolsE2E][Aspire][GB18030] An error occurred when creating an Aspire project using Chinese characters as the project name. #5782

Open
Rita003 opened this issue Sep 19, 2024 · 1 comment
Labels

Comments

@Rita003
Copy link

Rita003 commented Sep 19, 2024

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install SDK 8.0.401
  3. Install Aspire 8.2.0

REPRO STEPS

  1. Open CMD, create an Aspire Starter App using following commands:
    dotnet new aspire-starter -o Aspire项目1

Note:

  1. This issue also repro on CHS OS
  2. This issue also repro on latest Aspire 9.0.0-preview.4.24468.5

ACTUAL
An error occurred when creating a project using Chinese characters as the project name
Screenshot 2024-09-19 174550
Aspire项目1 folder:
Screenshot 2024-09-19 174827

Error Log:

C:\Program Files\dotnet\sdk\8.0.401\NuGet.targets(465,5): error MSB3202: The project file "C:\Users\v-ritagao\Aspire项目1
\Aspire项目1.AppHost\Aspire项目1.AppHost.csproj" was not found. [C:\Users\v-ritagao\Aspire项目1\Aspire项目1.sln]
C:\Program Files\dotnet\sdk\8.0.401\NuGet.targets(465,5): error MSB3202: The project file "C:\Users\v-ritagao\Aspire项目1
\Aspire项目1.ServiceDefaults\Aspire项目1.ServiceDefaults.csproj" was not found. [C:\Users\v-ritagao\Aspire项目1\Aspir
e项目1.sln]
C:\Program Files\dotnet\sdk\8.0.401\NuGet.targets(465,5): error MSB3202: The project file "C:\Users\v-ritagao\Aspire项目1
\Aspire项目1.ApiService\Aspire项目1.ApiService.csproj" was not found. [C:\Users\v-ritagao\Aspire项目1\Aspire项目1.sln]
C:\Program Files\dotnet\sdk\8.0.401\NuGet.targets(465,5): error MSB3202: The project file "C:\Users\v-ritagao\Aspire项目1
\Aspire项目1.Web\Aspire项目1.Web.csproj" was not found. [C:\Users\v-ritagao\Aspire项目1\Aspire项目1.sln]
@Rita003 Rita003 changed the title [WebToolsE2E][Aspire][GB18030] An error occurred when creating a project using Chinese characters as the project name. [WebToolsE2E][Aspire][GB18030] An error occurred when creating an Aspire project using Chinese characters as the project name. Sep 19, 2024
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

3 participants
@davidfowl @Rita003 and others