Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PS C:\dev\OdeToFood> dnu restore
- Microsoft .NET Development Utility Clr-x64-1.0.0-rc1-16231
- CACHE https://api.nuget.org/v3/index.json
- Restoring packages for C:\dev\OdeToFood\src\OdeToFood\project.json
- CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.server.kestrel.https/index.json
- CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.server.kestrel.https/1.0.0-rc1-final/microsoft.aspnet.server.kestrel.https.1.0.0-rc1-final.nup
- kg
- ----------
- System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
- at System.Xml.XmlTextReaderImpl.Throw(Exception e)
- at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
- at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
- at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
- at NuGet.XmlUtility.LoadSafe(Stream input, Boolean ignoreWhiteSpace)
- at NuGet.Manifest.ReadFrom(Stream stream, IPropertyProvider propertyProvider, Boolean validateSchema)
- at NuGet.LocalPackage.ReadManifest(Stream manifestStream)
- at NuGet.UnzippedPackage.EnsureManifest()
- at NuGet.PackageInfo.get_Package()
- at Microsoft.Dnx.Runtime.NuGetDependencyResolver.<GetDependencies>d__4.MoveNext()
- at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
- at Microsoft.Dnx.Tooling.RestoreOperations.<CreateGraphNode>d__2.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.RestoreOperations.<CreateGraphNode>d__2.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.RestoreOperations.<CreateGraphNode>d__2.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.RestoreOperations.<CreateGraphNode>d__2.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.<CreateGraphNode>d__71.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.<RestoreForProject>d__69.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__DisplayClass68_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 Microsoft.Dnx.Tooling.RestoreCommand.<Execute>d__68.MoveNext()
- ----------
- Restore failed
- Data at the root level is invalid. Line 1, position 1.
- NuGet Config files used:
- C:\Users\amerz\AppData\Roaming\NuGet\nuget.config
- Feeds used:
- https://api.nuget.org/v3-flatcontainer/
- PS C:\dev\OdeToFood>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement