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 90d3e8c commit 9b655abCopy full SHA for 9b655ab
src/Cofoundry.Plugins.ErrorLogging/Bootstrap/ErrorDependencyRegistration.cs
@@ -13,10 +13,8 @@ public class ErrorDependencyRegistration : IDependencyRegistration
13
{
14
public void Register(IContainerRegister container)
15
16
- var overrideOptions = RegistrationOptions.Override(RegistrationOverridePriority.Low);
17
-
18
container
19
- .RegisterType<IErrorLoggingService, ErrorLoggingService>(overrideOptions)
+ .RegisterType<IErrorLoggingService, ErrorLoggingService>()
20
.RegisterType<ErrorLoggingDbContext>()
21
;
22
}
0 commit comments