ForgeTrust.Runnable.Core/Defaults/NoHostModule.cs
NoHostModule
Type
NoHostModule
A basic implementation of that does nothing.
This is useful for providing implementations of apps that do not require a module.
Method
ConfigureServices(StartupContext, IServiceCollection)
Configures services for the module. This implementation is empty.
Method
RegisterDependentModules(ModuleDependencyBuilder)
Registers dependent modules. This implementation is empty.
Method
ConfigureHostBeforeServices(StartupContext, IHostBuilder)
Configures the host before services are registered. This implementation is empty.
Method
ConfigureHostAfterServices(StartupContext, IHostBuilder)
Configures the host after services are registered. This implementation is empty.