Table of Contents

Class StartupEavApps

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

Methods

AddAppFallbackServices(IServiceCollection)

This will add Do-Nothing services which will take over if they are not provided by the main system In general this will result in some features missing, which many platforms don't need or care about

public static IServiceCollection AddAppFallbackServices(this IServiceCollection services)

Parameters

services IServiceCollection

Returns

IServiceCollection

Remarks

All calls in here MUST use TryAddTransient, and never without the Try

AddEavApps(IServiceCollection)

public static IServiceCollection AddEavApps(this IServiceCollection services)

Parameters

services IServiceCollection

Returns

IServiceCollection