NuGet NuGetVersionNotSatisfiedException
Options
Hi,
When trying to install Microsoft.CodeAnalysis.Scripting package I get NuGet.NuGetVersionNotSatisfiedException.
I have submitted the error.
When trying to install Microsoft.CodeAnalysis.Scripting package I get NuGet.NuGetVersionNotSatisfiedException.
I have submitted the error.
Comments
-
+1
I think it is related to some new feature used in latest versions of some packages; for example, if I install the latest version of Microsoft.CodeAnalysis which is 1.1.1 then I will get this same exception; if I install 1.0.0 then it works.
Maybe instead of referencing nuget assemblies in Linqpad, we can optionally use external nuget.exe to download the packages? Nuget.exe has a switch to update itself: nuget.exe update -self.
-
I agree, just ensure that nuget is in the path or in bin folder.
-
This should now fixed with the latest beta:
www.linqpad.net/download.aspx#beta
The new beta uses the NuGet V3 client library. As that library is not a drop-in replacement for V2, some things have had to be re-coded. Let me know if anything is broken - such as support for proxies / credentials / custom feeds, etc. -
Thanks, that's really awesome. I did get IOException, reported the error.