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.
2 parents fb76c97 + aa9a2b1 commit 09278abCopy full SHA for 09278ab
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