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.
1 parent ef0d013 commit 047d132Copy full SHA for 047d132
src/Lifetime/InjectionTransientLifetimeManager.cs
@@ -8,9 +8,9 @@ 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,
12
- IFactoryLifetimeManager,
13
- ITypeLifetimeManager
+ public class InjectionTransientLifetimeManager : LifetimeManager,
+ IFactoryLifetimeManager,
+ ITypeLifetimeManager
14
{
15
public override void SetValue(object newValue, ILifetimeContainer container = null)
16
@@ -38,4 +38,4 @@ public override bool InUse
38
39
#endregion
40
}
41
-}
+}
0 commit comments