The deadlock situation is craaaaazy
Fix
This commit is contained in:
committed by
Maplewheels
parent
dda26df250
commit
f1e1b9238d
@@ -17,7 +17,10 @@ public class ServicesProvider : IServicesProvider
|
||||
|
||||
public ServicesProvider()
|
||||
{
|
||||
_serviceContainerInst = new ServiceContainer();
|
||||
_serviceContainerInst = new ServiceContainer(new ContainerOptions()
|
||||
{
|
||||
EnablePropertyInjection = false
|
||||
});
|
||||
}
|
||||
|
||||
public void RegisterServiceType<TSvcInterface, TService>(ServiceLifetime lifetime, ILifetime lifetimeInstance = null) where TSvcInterface : class, IService where TService : class, IService, TSvcInterface
|
||||
|
||||
Reference in New Issue
Block a user