We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46740f0 commit 211cfbaCopy full SHA for 211cfba
1 file changed
src/NuGetGallery/App_Start/DefaultDependenciesModule.cs
@@ -84,7 +84,7 @@ protected override void Load(ContainerBuilder builder)
84
85
builder.Register(c => configuration.Current)
86
.AsSelf()
87
- .As<IAppConfiguration>();
+ .AsImplementedInterfaces();
88
89
// Force the read of this configuration, so it will be initialized on startup
90
builder.Register(c => configuration.Features)
0 commit comments