Class ServiceContainer
Dependency injection container that leverages Microsoft.Extensions.DependencyInjection and the CoreServiceBootstrapper for consistent service configuration.
public sealed class ServiceContainer : IDisposable
- Inheritance
-
ServiceContainer
- Implements
- Inherited Members
Methods
Create(bool)
public static ServiceContainer Create(bool includeDevelopmentData = false)
Parameters
includeDevelopmentDatabool
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
GetAuthenticationService()
public IAuthenticationService GetAuthenticationService()
Returns
GetConsoleEngine()
public TTYConsoleEngine GetConsoleEngine()