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