dotnet/msbuild

noWarn all

Open

#6 163 ouverte le 16 févr. 2021

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)C# (1 364 forks)batch import
Area: Documentationhelp wantedtriaged

Métriques du dépôt

Stars
 (5 062 stars)
Métriques de merge PR
 (Merge moyen 11j 7h) (125 PRs mergées en 30 j)

Description

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

Guide contributeur