Open radical opened 4 months ago
This matches what I found when we looked at this last time. Do we know if .sln files even support unicode characters on Windows?
This matches what I found when we looked at this last time. Do we know if .sln files even support unicode characters on Windows?
I can create a dotnet new sln -o "test-sln 😀"
, and then add manually add a aspire-apphost
project:
Ah ok good to know.
Creating
aspire
, oraspire-starter
templates which have a.sln
file fail to create when the name includes unicode characters:dotnet new aspire -o "aspire 😀"
This works when using templates that generate individual projects though, for example
aspire-nunit
:dotnet new aspire-nunit -o "aspire 😀"
This fails only on Windows.
cc @DamianEdwards
Edit: this was found in a test using the name
aspire_龦唉丂荳_㐁ᠭ_ᠤསྲིདخەلꌠ_1ᥕ_😀
.