Table of Contents

Class StartupLibAndSys

Namespace
ToSic.Eav.Startup
Assembly
ToSic.Eav.Data.dll
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public static class StartupLibAndSys
Inheritance
object
StartupLibAndSys

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

IServiceCollection

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

Returns

IServiceCollection