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.
Microsoft .NET Development Utility CLR-x86-1.0.0-beta6-12208
GET https://www.myget.org/F/aspnetvnext/api/v2/
OK https://www.myget.org/F/aspnetvnext/api/v2/ 843ms
GET https://nuget.org/api/v2/
OK https://nuget.org/api/v2/ 691ms
GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNet.Hosting'
GET https://nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Hosting'
OK https://nuget.org/api/v2/FindPackagesById()?id='Microsoft.AspNet.Hosting' 218ms
OK https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNet.Hosting' 892ms
Microsoft.AspNet.Hosting.1.0.0-beta5 was added to project.json.
System.ArgumentNullException: Value cannot be null.
Parameter name: path
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.Path.GetFullPath(String path)
at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
at System.Linq.Enumerable.<DistinctIterator>d__1`1.MoveNext()
at Microsoft.Framework.PackageManager.RestoreCommand.<Execute>d__68.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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Microsoft.Framework.PackageManager.InstallCommand.<ExecuteCommand>d__7.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.InstallConsoleCommand.<>c__DisplayClass0_0.<<Register>b__1>d.MoveNext()
The text was updated successfully, but these errors were encountered:
Run this on a project:
dnu install Microsoft.AspNet.Hosting 1.0.0-beta5 --source "https://www.myget.org/F/aspnetvnext/api/v2" --source "https://nuget.org/api/v2/" --no-cache
Result:
The text was updated successfully, but these errors were encountered: