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

"Conflicting requests" error is confusing, does not lead to a solution #5631

Closed
sharwell opened this issue Jul 22, 2017 · 2 comments
Closed
Labels
Resolution:Duplicate This issue appears to be a Duplicate of another issue

Comments

@sharwell
Copy link

sharwell commented Jul 22, 2017

This is a follow-up to #5630. The following is an error message observed during the build. I'm filing this as a separate issue due to the severity of this specific situation.

Unable to satisfy conflicting requests for 'System.Collections.Immutable': System.Collections.Immutable (>= 1.1.37) (via package/Microsoft.CodeAnalysis.Common 1.2.1), System.Collections.Immutable (>= 1.1.37) (via package/Microsoft.CodeAnalysis.Common 1.2.1), System.Collections.Immutable (>= 1.1.37) (via package/Microsoft.CodeAnalysis.Common 1.2.1)

Given this error message, I was unable to proceed without expert assistance and/or trial and error approaches.

@anangaur
Copy link
Member

cc: @emgarten the warning just lists the same path 3 times. May be there is a conflict that could not be resolved through 3 different paths but output string is incorrectly framed?

@emgarten emgarten added the Resolution:Duplicate This issue appears to be a Duplicate of another issue label Jul 26, 2017
@emgarten
Copy link
Member

After debugging #5630 I found the project is in a bad state when it fails to stop resolving during a circular dependency. This is causing the nonsensical conflict messages where all paths are the same.

Deduping this out in favor of the original root cause in #5630

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution:Duplicate This issue appears to be a Duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants