We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4ccec commit 7056510Copy full SHA for 7056510
RetailCoder.VBE/Root/RubberduckModule.cs
@@ -64,7 +64,8 @@ public override void Load()
64
Bind<Sinks>().ToSelf().InSingletonScope();
65
Bind<App>().ToSelf().InSingletonScope();
66
Bind<RubberduckParserState>().ToSelf().InSingletonScope();
67
- Bind<GitProvider>().ToSelf().InSingletonScope();
+ Bind<ISourceControlProvider>().To<GitProvider>();
68
+ //Bind<GitProvider>().ToSelf().InSingletonScope();
69
Bind<TestExplorerModel>().ToSelf().InSingletonScope();
70
Bind<IOperatingSystem>().To<WindowsOperatingSystem>().InSingletonScope();
71
0 commit comments