dotnet/msbuild

MSB3277 Message is incorrect.

Open

#2,090 opened on May 11, 2017

View on GitHub
 (1 comment) (1 reaction) (0 assignees)C# (1,364 forks)batch import
Area: Debuggabilityhelp wantedtriaged

Repository metrics

Stars
 (5,062 stars)
PR merge metrics
 (Avg merge 11d 7h) (125 merged PRs in 30d)

Description

When getting MSB3277, the message (en-us) is:

MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved.  These reference conflicts are listed in the build log when log verbosity is set to detailed.

However, this is incorrect. The conflicts are only listed when the verbosity is set to diagnostic

Contributor guide