Table of Contents

Class StartupEavCore

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

Methods

AddAllLibAndSys(IServiceCollection)

public static IServiceCollection AddAllLibAndSys(this IServiceCollection services)

Parameters

services IServiceCollection

Returns

IServiceCollection

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