-
Notifications
You must be signed in to change notification settings - Fork 5k
[browser][Windows] Assembly reference with Unicode path cannot be resolved on Windows #111711
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
Conversation
The path it's complaining about is 262 chars: |
|
The change did not shorten the path enough for some |
Fixes #110482
We are enabling long paths in helix but
WasmBuildTests
are running inside of docker (image:mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly
). We could edit the image to enable the long paths but that could break other tests that are specifically testing long paths. For this test, we can work it around by shortening the assembly path and log an issue about this problem.