All ServiceLocator calls that retrieve MEF services should avoid the UI thread. #11201
Labels
Category:Quality Week
Issues that should be considered for quality week
Priority:2
Issues for the current backlog.
Product:VS.Client
Tenet:Performance
Performance issues
Type:Bug
Milestone
Avoid using methods that access the UI thread when request services exposed via MEF. Use free threaded calls, or ideally uses MEF composition.
This means adding a new public method in ServiceLocator
The text was updated successfully, but these errors were encountered: