dotnet/msbuild

Issue a message or a warning when project isn't built because of .sln configurations

Open

#1,935 opened on Apr 3, 2017

View on GitHub
 (0 comments) (1 reaction) (0 assignees)C# (1,364 forks)batch import
Area: LoggingArea: Solution (.sln)help wantedneeds-designtriaged

Repository metrics

Stars
 (5,062 stars)
PR merge metrics
 (Avg merge 11d 7h) (125 merged PRs in 30d)

Description

If the .sln file doesn't include a project file listed with the configuration being built, the project is silently excluded from building.

I thought it would be nice to at least issue a message that the .csproj listed in the file wasn't built because a list of configs for this project's GUID doesn't mention the current configuration.

As far as I can tell right now there's no message or warning at all.

Contributor guide