dotnet/msbuild

noWarn all

Open

#6.163 geöffnet am 16. Feb. 2021

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (1.364 Forks)batch import
Area: Documentationhelp wantedtriaged

Repository-Metriken

Stars
 (5.062 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11T 7h) (125 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide