Namespace ToSic.Sys.Boot
ToSic.Sys.Boot is for managing the boot process and calling boot helpers in the right order.
Classes
- BootCoordinator
During boot, this will get all IBootProcess services and ensure that they are triggered in the correct order.
- BootProcessBase
Boot process base class, mainly to save a bit of code to create more bootloaders.
Interfaces
- IBootProcess
Defines a service, which must be added using
AddTransient(notTryAddTransient).Such a boot process can then do more work at startup, like register features.