dotnet/msbuild

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

Open

#2.121 geöffnet am 22. Mai 2017

Auf GitHub ansehen
 (0 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)C# (1.364 Forks)batch import
User Experiencehelp wantedtriaged

Repository-Metriken

Stars
 (5.062 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11T 7h) (125 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide