Table of Contents

Class HealthChecker

Namespace
FishMMO.Installer
Assembly
FishMMO-Installer.dll

Runs post-install validation checks and returns a pass/fail report. Used by --validate mode and the non-interactive install pipeline.

public static class HealthChecker
Inheritance
HealthChecker
Inherited Members

Methods

RunAllChecksAsync(AppSettings?)

Runs all health checks and returns the results.

public static Task<List<HealthCheckResult>> RunAllChecksAsync(AppSettings? appSettings = null)

Parameters

appSettings AppSettings

Optional application settings. When provided, also checks database connectivity.

Returns

Task<List<HealthCheckResult>>

List of health check results.