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
run paket restore and dependency change detection will go crazy on it. Basically every package will be reported as "not in deps file". I think the issue is that GetTransitiveDependencies is calculating wrong result.
Basically that function looks into all nuspecs and computes union of all deps. But since runtime dependency resolution we retrieve deps from within the package. So this is no longer correct.
run paket restore and dependency change detection will go crazy on it. Basically every package will be reported as "not in deps file". I think the issue is that GetTransitiveDependencies is calculating wrong result.
Basically that function looks into all nuspecs and computes union of all deps. But since runtime dependency resolution we retrieve deps from within the package. So this is no longer correct.
@matthid any chance you could fix that function?
The text was updated successfully, but these errors were encountered: