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 has been archived by the owner on Dec 18, 2017. It is now read-only.
C:\temp\RestoreRepro
λ dnu restore
Microsoft .NET Development Utility CLR-x86-1.0.0-beta7-15532
CACHE https://api.nuget.org/v3/index.json
Restoring packages for C:\temp\RestoreRepro\project.json
Writing lock file C:\temp\RestoreRepro\project.lock.json
----------
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Microsoft.Dnx.Tooling.RestoreCommand.WriteLockFile(LockFile previousLockFile, String projectLockFilePath, Project project, List`1 graphItems, PackageRepository repository, IProjectResolver projectResolver, IEnumerable`1 contexts)
at Microsoft.Dnx.Tooling.RestoreCommand.<RestoreForProject>d__61.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.Dnx.Tooling.RestoreCommand.<>c__DisplayClass60_0.<<Execute>b__2>d.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.Dnx.Tooling.RestoreCommand.<Execute>d__60.MoveNext()
----------
Restore failed
The given key was not present in the dictionary.
NuGet Config files used:
C:\Users\lauri\AppData\Roaming\NuGet\NuGet.Config
Feeds used:
https://api.nuget.org/v3-flatcontainer/
The text was updated successfully, but these errors were encountered:
Running
dnu restore
(1.0.0-beta7, clr, win-x86) on the following project.json file:results in a KeyNotFoundException:
The text was updated successfully, but these errors were encountered: