dotnet / dotnet/project-system
NET Core need implement IProjectConfigurationDimensionsProvider4 to provide better guess of the default configuration based on matching solution config
Open
Performance-Scenario-Solution-Open
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
This is to provide a better guess when the solution/project configuration mapping is missing. Today, the provider will always guess "Debug|AnyCPU", which has a natural bias towards 'Debug' configuration.
Because solution will build a mapping table based on string matching, it is better that the provider can use the current solution configuration string to do a better guess.
Contributor guide
Assessment
This issue has not been assessed yet.