Advertisement
Guest User

Untitled

a guest
Mar 25th, 2016
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. PS C:\dev\OdeToFood> dnu restore
  2. Microsoft .NET Development Utility Clr-x64-1.0.0-rc1-16231
  3.  
  4. CACHE https://api.nuget.org/v3/index.json
  5. Restoring packages for C:\dev\OdeToFood\src\OdeToFood\project.json
  6. CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.server.kestrel.https/index.json
  7. 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
  8. kg
  9. ----------
  10. System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
  11. at System.Xml.XmlTextReaderImpl.Throw(Exception e)
  12. at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
  13. at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
  14. at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
  15. at NuGet.XmlUtility.LoadSafe(Stream input, Boolean ignoreWhiteSpace)
  16. at NuGet.Manifest.ReadFrom(Stream stream, IPropertyProvider propertyProvider, Boolean validateSchema)
  17. at NuGet.LocalPackage.ReadManifest(Stream manifestStream)
  18. at NuGet.UnzippedPackage.EnsureManifest()
  19. at NuGet.PackageInfo.get_Package()
  20. at Microsoft.Dnx.Runtime.NuGetDependencyResolver.<GetDependencies>d__4.MoveNext()
  21. at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
  22. at Microsoft.Dnx.Tooling.RestoreOperations.<CreateGraphNode>d__2.MoveNext()
  23. --- End of stack trace from previous location where exception was thrown ---
  24. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  25. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  26. at Microsoft.Dnx.Tooling.RestoreOperations.<CreateGraphNode>d__2.MoveNext()
  27. --- End of stack trace from previous location where exception was thrown ---
  28. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  29. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  30. at Microsoft.Dnx.Tooling.RestoreOperations.<CreateGraphNode>d__2.MoveNext()
  31. --- End of stack trace from previous location where exception was thrown ---
  32. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  33. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  34. at Microsoft.Dnx.Tooling.RestoreOperations.<CreateGraphNode>d__2.MoveNext()
  35. --- End of stack trace from previous location where exception was thrown ---
  36. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  37. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  38. at Microsoft.Dnx.Tooling.RestoreCommand.<CreateGraphNode>d__71.MoveNext()
  39. --- End of stack trace from previous location where exception was thrown ---
  40. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  41. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  42. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  43. at Microsoft.Dnx.Tooling.RestoreCommand.<RestoreForProject>d__69.MoveNext()
  44. --- End of stack trace from previous location where exception was thrown ---
  45. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  46. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  47. at Microsoft.Dnx.Tooling.RestoreCommand.<>c__DisplayClass68_0.<<Execute>b__2>d.MoveNext()
  48. --- End of stack trace from previous location where exception was thrown ---
  49. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  50. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  51. at Microsoft.Dnx.Tooling.RestoreCommand.<Execute>d__68.MoveNext()
  52. ----------
  53. Restore failed
  54. Data at the root level is invalid. Line 1, position 1.
  55.  
  56. NuGet Config files used:
  57. C:\Users\amerz\AppData\Roaming\NuGet\nuget.config
  58.  
  59. Feeds used:
  60. https://api.nuget.org/v3-flatcontainer/
  61. PS C:\dev\OdeToFood>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement