Skip to content

Instantly share code, notes, and snippets.

@aklefdal
Created November 7, 2017 12:39
Show Gist options
  • Save aklefdal/ac147d2d2f3f0a37a7a8c719c5723dd2 to your computer and use it in GitHub Desktop.
Save aklefdal/ac147d2d2f3f0a37a7a8c719c5723dd2 to your computer and use it in GitHub Desktop.
Errors when running paket.exe convert-from-nuget on dev branch on https://github.com/Azure/azure-webjobs-sdk-script/
Resolving packages for group Main:
- RestSharp is pinned to 105.2.3
- Microsoft.NET.Test.Sdk is pinned to 15.5.0-preview-20170923-02
- Microsoft.Build is pinned to 15.3.409
- FSharp.Compiler.Service is pinned to 13.0.0
- Newtonsoft.Json is pinned to 10.0.3
- WindowsAzure.Storage is pinned to 8.3.0
- Sendgrid is pinned to 8.0.5
- Microsoft.Data.Edm is pinned to 5.8.1
Performance:
- Resolver: 7 seconds (1 runs)
- Runtime: 168 milliseconds
- Blocked (retrieving package details): 5 seconds (8 times)
- Blocked (retrieving package versions): 1 second (1 times)
- Not Blocked (retrieving package versions): 8 times
- Average Request Time: 447 milliseconds
- Number of Requests: 202
- Runtime: 13 seconds
Paket failed with
-> There was a version conflict during package resolution.
Resolved packages:
- FSharp.Compiler.Service 13.0.0
- Microsoft.Build 15.3.409
- Microsoft.Data.Edm 5.8.1
- Microsoft.NET.Test.Sdk 15.5.0-preview-20170923-02
- Newtonsoft.Json 10.0.3
- RestSharp 105.2.3
- Sendgrid 8.0.5
- WindowsAzure.Storage 8.3.0
Conflict detected:
- Dependencies file requested package Microsoft.Data.OData: 5.8.1
- WindowsAzure.Storage 8.3.0 requested package Microsoft.Data.OData: >= 5.8.2
Please try to relax some conditions or resolve the conflict manually
(see http://fsprojects.github.io/Paket/nuget-dependencies.html#Use-exactly-this-version-constraint).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment