unitycontainer / microsoft-dependency-injection

Unity.Microsoft.DependencyInjection package
Apache License 2.0
63 stars 36 forks source link

Make InjectionTransientLifetimeManager public #72

Closed cduivis closed 4 years ago

cduivis commented 4 years ago

InjectionTransientLifetimeManager is the only LifeTimeManger which class is made internal. By making it public, people like us who use your library to extend upon can also make use of it.