Yuchao's Blog

Change Build Verbosity In Visual Studio

2019-03-08

When I trying to build my solution, it failed with the following error message:

1
2
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.

Here is the way to set the log verbosity to detailed in visual studio.

  1. Go to Tools->Options menu in VS
  2. Open Projects and Solutions->Build and Run
  3. Change the value of the MSBuild project build output verbosity. Pick one from Quiet, Minimal, Normal, Detailed and Diagnostic

Check the output window(Ctrl+Alt+O) in VS to see the changes in the build log.
In the Build Output, you will see which dependent has the version conflication.
detailed build output

使用支付宝打赏
使用微信打赏

若你觉得我的文章对你有帮助,欢迎点击上方按钮对我打赏

扫描二维码,分享此文章