You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@TheAngryByrd suggested we could have some form of YOLO option that would ignore upper bound restrictions.
Thinking some more, I think it should apply to transitive dependencies, but the restrictions put in the paket.dependencies should still be honored, in terms of resolving the dependency.
Or maybe it should be involved only in case of unresovlable conflict.
It would be good to have sample paket.dependencies that highlight what is the current block about, and what we'd expect in .lock file, if the YOLO option was used.
The text was updated successfully, but these errors were encountered:
It came while discussing restrictions in https://www.nuget.org/packages/FSharp.Control.Reactive#dependencies-body-tab and the fact there is new major version of the
System.Reactive
library, making the F# package conflicting with usage of it.@TheAngryByrd suggested we could have some form of
YOLO
option that would ignore upper bound restrictions.Thinking some more, I think it should apply to transitive dependencies, but the restrictions put in the paket.dependencies should still be honored, in terms of resolving the dependency.
Or maybe it should be involved only in case of unresovlable conflict.
It would be good to have sample
paket.dependencies
that highlight what is the current block about, and what we'd expect in .lock file, if the YOLO option was used.The text was updated successfully, but these errors were encountered: