dotnet/msbuild
在 GitHub 查看Issue a message or a warning when project isn't built because of .sln configurations
Open
#1,935 建立於 2017年4月3日
Area: LoggingArea: Solution (.sln)help wantedneeds-designtriaged
倉庫指標
- Star
- (5,062 star)
- PR 合併指標
- (平均合併 11天 7小時) (30 天內合併 125 個 PR)
描述
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.