This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Description
- 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.