dotnet/msbuild

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

Open

#472 opened on 2016年2月8日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)C# (1,364 forks)batch import
User Experiencehelp wantedtriaged

Repository metrics

Stars
 (5,062 stars)
PR merge metrics
 (平均マージ 11d 7h) (30d で 125 merged PRs)

説明

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

コントリビューターガイド