-
Notifications
You must be signed in to change notification settings - Fork 526
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
LongPath support #2529
Comments
#1944 (comment) could work as well. |
Just a quick note to express interest in getting this fixed. I'm having a real hard time using GitHub github actions with a self-hosted runner now because github actions checks out my code into |
Hi Eric, there's a workaround: use an external manifest together with the app config switch. Create a new file paket.exe.manifest with the following content (and place it next to paket.exe)
Add the required switch to Paket.exe.config:
Increase the last-modified timestamp of paket.exe or reboot because windows caches the existence or absence of a manifest. See #1944 (comment) for context. |
The new long path support for Windows 10 CU had to be backed out again, because it failed on lower windows versions.
#1944
Another option would be to use libraries like https://github.com/peteraritchie/LongPath or https://github.com/alphaleonis/AlphaFS, which replace the System.IO namespace. These have the added advantage that they should also work on all Windows versions, not only Windows 10 CU.
The text was updated successfully, but these errors were encountered: