dotnet/msbuild
GitHub で見る"Only one project" error should indicate all projects from the command line
Open
#2,121 opened on 2017年5月22日
User Experiencehelp wantedtriaged
Repository metrics
- Stars
- (5,062 stars)
- PR merge metrics
- (平均マージ 11d 7h) (30d で 125 merged PRs)
説明
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.