Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paket.lock only appears to lock top level packages. #1211

Closed
albertjan opened this issue Nov 12, 2015 · 5 comments
Closed

paket.lock only appears to lock top level packages. #1211

albertjan opened this issue Nov 12, 2015 · 5 comments
Labels

Comments

@albertjan
Copy link
Member

paket.dependencies:

redirects: on

source https://api.nuget.org/v3/index.json
source https://www.nuget.org/api/v2/

nuget FSharp.Control.Reactive
nuget FSharp.Data framework: >= net40
nuget FsLexYacc >= 6.1.0 framework: >= net40
nuget FsUnit framework: >= net45
nuget Newtonsoft.Json framework: >= net40
nuget NLog.FSharp 3.2.1 framework: >= net40
nuget NLog 3.2.1 framework: >= net40
nuget SnmpSharpNet
nuget NUnit.Runners
nuget FAKE
nuget FSharp.Formatting.CommandTool
nuget FSharp.Core
nuget ILRepack

paket.lock new:

REDIRECTS: ON
STRATEGY: MAX
NUGET
  remote: https://nuget.org/api/v2
  specs:
    FAKE (4.9.1)
    FSharp.Core (4.0.0.1)
    FSharp.Data (2.2.5) - framework: >= net40
    FSharp.Formatting.CommandTool (2.12.0)
    ILRepack (2.0.8)
    Newtonsoft.Json (7.0.1) - framework: >= net40
    NLog (3.2.1) - framework: >= net40
    NUnit.Runners (2.6.4)
    SnmpSharpNet (0.9.4)
  remote: http://api.nuget.org/v3/index.json
  specs:
    FSharp.Control.Reactive (3.2.0)
    FsLexYacc (6.1.0) - framework: >= net40
    FsUnit (1.4.0) - framework: >= net45
    NLog.FSharp (3.2.1) - framework: >= net40

paket.lock before:

REDIRECTS: ON
NUGET
  remote: https://nuget.org/api/v2
  specs:
    FAKE (4.7.2)
    FSharp.Control.Reactive (3.2.0)
      FSharp.Core (>= 3.1.2)
      Rx-Core (>= 2.2.5)
      Rx-Interfaces (>= 2.2.5)
      Rx-Linq (>= 2.2.5)
    FSharp.Core (4.0.0.1)
    FSharp.Data (2.2.5) - framework: >= net40
    FSharp.Formatting.CommandTool (2.12.0)
    FsLexYacc (6.1.0) - framework: >= net40
      FsLexYacc.Runtime (>= 6.1.0)
    FsLexYacc.Runtime (6.1.0) - framework: >= net40
    FsUnit (1.3.1.0) - framework: >= net45
      NUnit (2.6.4)
    ILRepack (2.0.8)
    Newtonsoft.Json (7.0.1) - framework: >= net40
    NLog (3.2.1) - framework: >= net40
    NLog.FSharp (3.2.1) - framework: >= net40
      NLog (>= 3.2.1)
    NUnit (2.6.4) - framework: >= net45
    NUnit.Runners (2.6.4)
    Rx-Core (2.2.5)
      Rx-Interfaces (>= 2.2.5)
    Rx-Interfaces (2.2.5)
    Rx-Linq (2.2.5)
      Rx-Core (>= 2.2.5)
      Rx-Interfaces (>= 2.2.5)
    SnmpSharpNet (0.9.4)
@albertjan
Copy link
Member Author

@deapsquatter keeping you in the loop 😄

@forki forki added the bug label Nov 12, 2015
@forki
Copy link
Member

forki commented Nov 12, 2015

confirmed. Bug and I think I know why. Will try to release a fix by reverting stuff

@forki
Copy link
Member

forki commented Nov 12, 2015

this is a regression. cause is #1205
It seems we take the Nuget v3 API and it's not working correctly.

I disabled the V3 stuff and released a hotfix.
I will now create a integration test for your sample and then I'll try to see if I can reactivate v3.
/cc @xavierzwirtz

@albertjan
Copy link
Member Author

thanks! I was about to tell you that if you remove the v3 source it does work :)

forki added a commit that referenced this issue Nov 12, 2015
@forki
Copy link
Member

forki commented Nov 12, 2015

#1212

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants