We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af96eeb commit 1979fb5Copy full SHA for 1979fb5
OptionsGenerator/Generators/Templates/RegistrationStrategy/RegistrationStrategyTemplate.cs
@@ -19,7 +19,7 @@ internal abstract partial class (:model.Templates().TypeNames.RegistrationStrate
19
/// <typeparam name="T">
20
/// The adapter type to register.
21
/// </typeparam>
22
- public sealed partial class Pattern<T>(
+ public sealed partial class Pattern<TAdapter>(
23
string configurationSection,
24
(:TypeNames.ServiceLifetime:) lifetime,
25
bool tryAdd)
@@ -122,4 +122,4 @@ internal abstract void Execute(
122
"""
123
)]
124
[NonEquatable]
125
-internal readonly partial struct RegistrationStrategyTemplate(OptionsModel model);
+internal readonly partial struct RegistrationStrategyTemplate(OptionsModel model);
0 commit comments