You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#13782 adds workload resolution, but puts it behind a feature flag which is off by default. It also doesn't cache resolver results, so will likely impact perf on large solutions (especially in VS).
We should:
Add the caching
Enable the workload resolution by default.
Update the error message when a workload isn't installed to suggest which workloads to install (instead of just telling you which workload packs are missing). That depends on Implement workload suggestion API #13719
#13782 adds workload resolution, but puts it behind a feature flag which is off by default. It also doesn't cache resolver results, so will likely impact perf on large solutions (especially in VS).
We should:
The text was updated successfully, but these errors were encountered: