dotnet/msbuild
View on GitHubError message when defining a property with no value on the command line is confusing
Open
#472 opened on Feb 8, 2016
User Experiencehelp wantedtriaged
Repository metrics
- Stars
- (5,062 stars)
- PR merge metrics
- (Avg merge 11d 7h) (125 merged PRs in 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."