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.
C:\dev\git\ProjectK\apps\WebApplication1 [master...origin/master +0 ~1 -0]> kpm commands install foo
Loaded Module: kre.clr.dll
Found DLL Export: CallApplicationMain
Information: [LoaderContainer]: Load name=Microsoft.Framework.Runtime
Information: [PathBasedAssemblyLoader]: Loaded name=Microsoft.Framework.Runtime in 3ms
GET https://www.myget.org/F/aspnetvolatile/api/v2/FindPackagesById()?Id='foo'.
OK https://www.myget.org/F/aspnetvolatile/api/v2/FindPackagesById()?Id='foo' 1224ms
Unable to locate the package foo
System.ArgumentNullException: Value cannot be null.
Parameter name: path1
at System.IO.Path.Combine(String path1, String path2)
at Microsoft.Framework.PackageManager.InstallGlobalCommand.InstallCommands(String packageId, String appPath)
at Microsoft.Framework.PackageManager.InstallGlobalCommand.<Execute>d__17.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Framework.PackageManager.Program.<>c__DisplayClass3_13.<<Main>b__26>d.MoveNext()
C:\dev\git\ProjectK\apps\WebApplication1 [master...origin/master +0 ~1 -0]>
The text was updated successfully, but these errors were encountered:
davidfowl
changed the title
kpm commands install throws ArgumentNullException an error when package id doesn't exist
kpm commands install throws ArgumentNullException when package id doesn't exist
Feb 16, 2015
davidfowl
changed the title
kpm commands install throws ArgumentNullException when package id doesn't exist
kpm commands install throws ArgumentNullException when package doesn't exist
Feb 16, 2015
The text was updated successfully, but these errors were encountered: