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

outdated ignore-constraints should find updates #446

Closed
Uli-Armbruster opened this issue Dec 9, 2014 · 2 comments
Closed

outdated ignore-constraints should find updates #446

Uli-Armbruster opened this issue Dec 9, 2014 · 2 comments

Comments

@Uli-Armbruster
Copy link

source https://nuget.org/api/v2

nuget Castle.Windsor !~> 3.3
NUGET
  remote: https://nuget.org/api/v2
  specs:
    Castle.Core (3.3.0)
    Castle.Windsor (3.3.0)
      Castle.Core (>= 3.3.0)
$ .paket/paket outdated --ignore-constraints
Paket version 0.18.2.0
found: D:\Development\Repository\paket.dependencies
Resolving packages:
  - fetching versions for Castle.Windsor
    - exploring Castle.Windsor 3.3.0
  - fetching versions for Castle.Core
    - exploring Castle.Core 3.3.0
Outdated packages found:
  * (none)
12 seconds - ready.

Paket should also find Castle.Core 3.3.3

@agross
Copy link
Contributor

agross commented Dec 9, 2014

I think the problem is the ! in the Castle.Windsor constraint.

@forki
Copy link
Member

forki commented Dec 9, 2014

I'm pretty sure we have to relax the ResolverStrategy in https://github.com/fsprojects/Paket/blob/master/src/Paket.Core/FindOutdated.fs#L24

Should be an easy fix.
I'm a bit in a hurry so I mark it up-for-grabs and will check in a couple of days if someone fixed it ;-)

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

No branches or pull requests

3 participants