Closed
Description
From #185:
If you try to uninstall with SourceControl.Git.Extension configured as the source control class for the namespace, the package manager tries to call in to SourceControl.Git.Extension and (of course) fails.
Solution: Uninstalling should first clear the source control class for the namespace IF it's set to SourceControl.Git.Extension. We might be able to do this via an Invoke or it might need to be a custom lifecycle class.