dotnet/msbuild
Vedi su GitHubIssue a message or a warning when project isn't built because of .sln configurations
Open
#1935 aperta il 3 apr 2017
Area: LoggingArea: Solution (.sln)help wantedneeds-designtriaged
Metriche repository
- Star
- (5062 star)
- Metriche merge PR
- (Merge medio 11g 7h) (125 PR mergiate in 30 g)
Descrizione
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.