dotnet/msbuild

noWarn all

Open

#6,163 建立於 2021年2月16日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)C# (1,364 fork)batch import
Area: Documentationhelp wantedtriaged

倉庫指標

Star
 (5,062 star)
PR 合併指標
 (平均合併 11天 7小時) (30 天內合併 125 個 PR)

描述

The square bracket notation used to describe the noWarn switch at https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild-command-line-reference?view=vs-2019 gives the impression that arguments are not required, i.e. that all warnings can be silenced.

image

This is not the case.

image

I use a separate filelogger for errors and warnings. How do I disable all warnings on the console!?

貢獻者指南