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 eebe44e + e83467b commit b3179d0Copy full SHA for b3179d0
NetCore.AutoRegisterDi/AutoRegisterHelpers.cs
@@ -48,7 +48,7 @@ public static AutoRegisterData Where(this AutoRegisterData autoRegData, Func<Typ
48
/// This registers the classes against any public interfaces (other than IDisposable) implemented by the class
49
/// </summary>
50
/// <param name="autoRegData">AutoRegister data produced by <see cref="RegisterAssemblyPublicNonGenericClasses"/></param> method
51
- /// <param name="lifetime">Allows you to define the scope of the service - defaults to ServiceLifetime.Transient</param>
+ /// <param name="lifetime">Allows you to define the lifetime of the service - defaults to ServiceLifetime.Transient</param>
52
/// <returns></returns>
53
public static IServiceCollection AsPublicImplementedInterfaces(this AutoRegisterData autoRegData,
54
ServiceLifetime lifetime = ServiceLifetime.Transient)
0 commit comments