dotnet/msbuild

"Only one project" error should indicate all projects from the command line

Open

#2,121 建立於 2017年5月22日

在 GitHub 查看
 (0 留言) (4 反應) (0 負責人)C# (1,364 fork)batch import
User Experiencehelp wantedtriaged

倉庫指標

Star
 (5,062 star)
PR 合併指標
 (平均合併 11天 7小時) (30 天內合併 125 個 PR)

描述

If some combination of the MSBuild command line and response file list multiple projects, MSBuild emits an error:

MSBUILD : error MSB1008: Only one project can be specified.
Switch: .\msbuild.binlog

But that error only lists one project. It would be nice if it listed all of the projects, to make it easier to figure out what intent was.

Issues like #2112 would be more easily debugged if this was the case.

貢獻者指南