Improve logging in RAR for FoundConflicts #1996
Labels
Area: Debuggability
Issues impacting the diagnosability of builds, including logging and clearer error messages.
Area: Logging
triaged
In case there was at least one unresolvable conflict we just log a generic message instead of more detailed message that would help diagnose the problem:
http://source.dot.net/#Microsoft.Build.Tasks.Core/AssemblyDependency/ResolveAssemblyReference.cs,1040
http://source.dot.net/#Microsoft.Build.Tasks.Core/AssemblyDependency/ResolveAssemblyReference.cs,1064
My understanding is that we should be logging the idealRemappingPartialAssemblyName. I think this is the situation where the version of the chosen assembly is smaller than the victims because it was primary:
Reported by Aleks Gershaft from Microsoft.
The text was updated successfully, but these errors were encountered: