dotnet/msbuild

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

Open

#472 aberto em 8 de fev. de 2016

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)C# (1.364 forks)batch import
User Experiencehelp wantedtriaged

Métricas do repositório

Stars
 (5.062 stars)
Métricas de merge de PR
 (Mesclagem média 11d 7h) (125 fundiu PRs em 30d)

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."

Guia do colaborador