Skip to content

Commit

Permalink
Merge pull request #994 from mrinaldi/shows_conflicts_with_requirements
Browse files Browse the repository at this point in the history
Shows conflicts with requirements
  • Loading branch information
forki committed Aug 18, 2015
2 parents 8c455fa + 4518cd8 commit d2fefb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Paket.Core/PackageResolver.fs
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ let Resolve(getVersionsF, getPackageDetailsF, globalFrameworkRestrictions, rootD
tracefn " Conflicts with:"

closedRequirements
|> Set.union requirements
|> Seq.filter (fun d -> d.Name = currentRequirement.Name)
|> fun xs -> String.Join(Environment.NewLine + " ",xs)
|> tracefn " %s"
Expand Down

0 comments on commit d2fefb6

Please sign in to comment.