.NET 详细编译日志或信息
.NET detailed compilation log or information
我遇到了一个没有显示太多细节的编译错误。它没有指向任何特定的代码行。
有没有编译日志文件可以找到一些详细信息?
我不是在询问这个特定问题的解决方案,而是关于任何日志文件的一般信息,我可以在其中找到有关编译过程的详细信息。
我使用的是 VS 2012。仅当 MvcBuildViews 选项打开时才会出现该错误。
https://msdn.microsoft.com/en-us/library/jj651643(v=vs.110).aspx
- To change the verbosity level of log data On the menu bar, choose Tools, Options.
- On the Projects and Solutions page, choose the Build
and Run page.
- In the MSBuild project build output verbosity list,
choose one of the following values, and then choose the OK button.
我遇到了一个没有显示太多细节的编译错误。它没有指向任何特定的代码行。
有没有编译日志文件可以找到一些详细信息?
我不是在询问这个特定问题的解决方案,而是关于任何日志文件的一般信息,我可以在其中找到有关编译过程的详细信息。
我使用的是 VS 2012。仅当 MvcBuildViews 选项打开时才会出现该错误。
https://msdn.microsoft.com/en-us/library/jj651643(v=vs.110).aspx
- To change the verbosity level of log data On the menu bar, choose Tools, Options.
- On the Projects and Solutions page, choose the Build and Run page.
- In the MSBuild project build output verbosity list, choose one of the following values, and then choose the OK button.