dotnet/msbuild

MSB3277 Message is incorrect.

Open

#2,090 opened on May 11, 2017

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

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