dotnet/msbuild

Error message when defining a property with no value on the command line is confusing

Open

#472 ouverte le 8 févr. 2016

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)C# (1 364 forks)batch import
User Experiencehelp 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

For example:

o:\msbuild>msbuild /p:blah build.proj /nologo
MSBUILD : error MSB1006: Property is not valid.
Switch: blah

What does Switch: mean? It would be more accurate to say something like "No value was given for property 'blah' defined on the command line."

Guide contributeur