温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

《CLR Via C#》改变Visual Studio中Output Window输出内容的详细程度

发布时间:2020-07-13 14:19:17 来源:网络 阅读:289 作者:lsieun 栏目:编程语言

After you build a project in the Visual Studio IDE, you can view information about that build in the Output window.



To change the amount of information included in the build log

  1. On the menu bar, choose Tools, Options.

  2. On the Projects and Solutions page, choose the Build and Run page.

  3. In the MSBuild project build output verbosity list, choose one of the following values, and then choose the OK button.

    Verbosity level

    Description

    Quiet

    Displays a summary of the build only.

    Minimal

    Displays a summary of the build and errors, warnings, and messages that are categorized as highly important.

    Normal

    Displays a summary of the build; errors, warnings, and messages that are categorized as highly important; and the main steps of the build.You'll use this level of detail most frequently.

    Detailed

    Displays a summary of the build; errors, warnings, and messages that are categorized as highly important; all of the steps of the build; and messages that are categorized as of normal importance.

    Diagnostic

    Displays all data that's available for the build.You can use this level of detail to help debug issues with custom build scripts and other build issues.


《CLR Via C#》改变Visual Studio中Output Window输出内容的详细程度

《CLR Via C#》改变Visual Studio中Output Window输出内容的详细程度




向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI