dotnet/msbuild

noWarn all

Open

#6163 aperta il 16 feb 2021

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)C# (1364 fork)batch import
Area: Documentationhelp wantedtriaged

Metriche repository

Star
 (5062 star)
Metriche merge PR
 (Merge medio 11g 7h) (125 PR mergiate in 30 g)

Descrizione

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

Guida contributor