-
Notifications
You must be signed in to change notification settings - Fork 49
CSInstallRoslyn fails due to unauthorized access to nuget packages #33
Comments
Just a few days ago it worked for me but I'm getting the same error now. Maybe microsoft's nuget feed decided to stop access for those packages. I'm trying to find a workaround. |
Managed to work around it by cloning the repo, changing global.json > version to 7.0.408 and executing this function i wrote inside init.lua
i'm a total noob, free free to laugh :) |
The suggested workaround here didn't work for me on windows. Is this related to this issue? |
I submitted that issue. Resolving it would fix this one by offering a way to download or build the lsp directly. It appears that the real cause is that they don't keep old packages of the lsp around and they are expiring at what seems to be increasing rates... At least I presume it is. Perhaps this project should allow you to configure the version and use that value in the global.json during install. |
For some reason when running |
I'm getting this error running CSInstallRoslyn, I've hopped into the temp directory and I'm getting this error when executing the dotnet restore command manually:
Response status code does not indicate success: 401 (Unauthorized - No local versions of package 'microsoft.windowsdesktop.app.ref'; please provide authentication to access versions from upstream that have not yet been saved to your feed.
Is there a requirement I'm missing?
The text was updated successfully, but these errors were encountered: