dotnet/msbuild

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

Open

#472 创建于 2016年2月8日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)C# (1,364 fork)batch import
User Experiencehelp wantedtriaged

仓库指标

Star
 (5,062 star)
PR 合并指标
 (平均合并 11天 7小时) (30 天内合并 125 个 PR)

描述

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

贡献者指南