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 996f21f + 5a99713 commit 6c3bb69Copy full SHA for 6c3bb69
src/Lifetime/InjectionTransientLifetimeManager.cs
@@ -8,7 +8,7 @@ namespace Unity.Microsoft.DependencyInjection.Lifetime
8
/// except it makes container remember all Disposable objects it created. Once container
9
/// is disposed all these objects are disposed as well.
10
/// </summary>
11
- internal class InjectionTransientLifetimeManager : LifetimeManager,
+ public class InjectionTransientLifetimeManager : LifetimeManager,
12
IFactoryLifetimeManager,
13
ITypeLifetimeManager
14
{
@@ -38,4 +38,4 @@ public override bool InUse
38
39
#endregion
40
}
41
-}
+}
0 commit comments