dotnet / dotnet/project-system
Consider to have an option to disable loading additional TFM in a super large solution
Open
Feature-Multi-Targeting
Triage-Approved
VS1ES
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
When many projects in the solution have multiple TFMs, the current way to load all of them into memory and runs design time builds and builds language model is not scale well. Instead of running out of memory or make the IDE very slow, may suppressing some design time support, but fully support TFMs during build can be an option.
Contributor guide
Assessment
This issue has not been assessed yet.