We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1979fb5 commit b52156eCopy full SHA for b52156e
OptionsGenerator/Generators/Templates/RegistrationStrategy/RegistrationStrategyTemplate.cs
@@ -33,7 +33,7 @@ internal sealed override void Execute(
33
{
34
var descriptor = new (:TypeNames.ServiceDescriptor:)(
35
serviceType: typeof((:model.Templates().FullyQualifiedTypeNames.Interface:)),
36
- implementationType: typeof(T),
+ implementationType: typeof(TAdapter),
37
lifetime: lifetime);
38
39
if(tryAdd)
0 commit comments