Class StartupLibAndSys
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public static class StartupLibAndSys
- Inheritance
-
objectStartupLibAndSys
Methods
AddAllLibAndSysFallbacks(IServiceCollection)
This will add Do-Nothing services of EAV Core, Lib and Sys.
public static IServiceCollection AddAllLibAndSysFallbacks(this IServiceCollection services)
Parameters
services
IServiceCollection
Returns
Remarks
All calls in here MUST use TryAddTransient, and never without the Try
AddEavCoreLibAndSys(IServiceCollection)
public static IServiceCollection AddEavCoreLibAndSys(this IServiceCollection services)
Parameters
services
IServiceCollection