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
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
GitHub Extension for Visual Studio version: 2.3.7 (dev)
The ViewViewModelFactory class currently has dependencies on ICompositionService and IGitHubServiceProvider, which I'm not sure are necessary. It also uses AllowRecomposition = true, which I don't think is supported in Visual Studio's flavor of MEF.
I'd like to see if this can be simplified, so we don't confuse people looking at this class in future.