I'm mostly working with VisualSVN and sometimes with GitLab. My goal is to automatically let Visual Studio choose which source control plug-in to use when opening a solution.
Having read other questions here about changing the source control plug-in per solution like e.g.:
- How to specify the source control plugin on a per-solution basis in Visual Studio?
- Is it possible to have different Source Control Engines for individual projects?
- How to configure Visual Studio to use different source control providers
Seems that this is/was not possible for VS 2019 and older.
There is an extension for Visual Studio 2017 that seems to be abandoned.
Since currently Visual Studio 2022 is in preview and I found no way there either, I hope that Microsoft now includes a built-in way to do this that I didn't yet have discovered.
My question
Is there any way to configure on a per-solution-basis which source control plug-in to load?