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
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
I was walking through the getting started section, and I noticed an exception being thrown from the kpm restore step.
Attempting to resolve dependency System.Console >= 4.0.0.0
OK https://my-feed.cloudapp.net/api/v2/FindPackagesById()?Id='System.Console' 448ms
Warning: FindPackagesById: System.Console
'=' is an unexpected token. The expected token is ';'. Line 21, position 78.
(I've sanitized the actual feed URL, but I'm a Microsoft employee if that helps)
My guess is that one of three things is happening:
kpm doesn't know how to negotiate authentication with the private NuGet feed
The private feed needs an update to work with kpm, and kpm doesn't gracefully handle communicating with old feeds
The feed simply doesn't contain the "System.Console" package, and kpm doesn't gracefully handle missing packages.
Other details:
KRE builds tested (both reproduced issue)
0.1-alpha-build-0421 svr50 x86 C:\Users\me\.kre\packages
0.1-alpha-build-0425 svr50 x86 C:\Users\me\.kre\packages