dotnet / dotnet/project-system

NET Core need implement IProjectConfigurationDimensionsProvider4 to provide better guess of the default configuration based on matching solution config

Open
#6,409 5 comments 0 reactions 1 assignee Claimed by @panopticoncentral View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.