dotnet / dotnet/project-system
Better retargeting when targeting pack isn't installed
Open
Feature-Acquisition
Parity-Legacy-Feature
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
_From @davkean on March 2, 2016 6:3_
In the old project system, when a project opens and it's targeting pack isn't installed you get the following:

The problem with this dialog is that you get this prompt for every project that has this problem (100 projects, 100 prompts). Instead, we should make use of the VS retargeting feature (via IVsRetargetProject) to only prompt once for all projects with the same problem.
_Copied from original issue: dotnet/roslyn#9395_
Contributor guide
Assessment
This issue has not been assessed yet.