dotnet/msbuild
在 GitHub 查看Error message when defining a property with no value on the command line is confusing
Open
#472 创建于 2016年2月8日
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."