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!?

贡献者指南