dotnet/msbuild

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

Open

#2 121 ouverte le 22 mai 2017

Voir sur GitHub
 (0 commentaires) (4 réactions) (0 assignés)C# (1 364 forks)batch import
User Experiencehelp wantedtriaged

Métriques du dépôt

Stars
 (5 062 stars)
Métriques de merge PR
 (Merge moyen 11j 7h) (125 PRs mergées en 30 j)

Description

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.

Guide contributeur