You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A part of the runtime issues discussed at length at dotnet/runtime#42397 is the fact that the sdk.txt mechanism doesn't play well with non-ASCII characters. We should specify encoding and make sure the .dotnet path gets through in cases like this:
> mv runtime runťime
> cd runťime
> ./dotnet.cmd
C:\Source\runťime\.dotnet
The system cannot find the path specified.
The text was updated successfully, but these errors were encountered:
The scripts should be certainly respecting the filesystem capabilities (spaces, non-ASCII characters, etc. in paths), but this is a year old issue and it seems this doesn't cause any problems, which indicates the ROI isn't met. Closing as won't do, feel free to reopen if you thing we should invest into this.
A part of the runtime issues discussed at length at dotnet/runtime#42397 is the fact that the
sdk.txt
mechanism doesn't play well with non-ASCII characters. We should specify encoding and make sure the.dotnet
path gets through in cases like this:The text was updated successfully, but these errors were encountered: