Files
EchoHub/docs/auriondocs/Code/src/EchoHub.Server/Program.cs.md
T
Hue 607217b314 docs: Update documentation for 145 files
Generated by AurionDocs
Job ID: 934f8c39-8082-4942-8d17-72ed8f5f8d50
Source commit: 40aea9a
2026-07-23 11:44:20 +02:00

751 B

Program

File: src/EchoHub.Server/Program.cs
Kind: file

Program.cs is the entry point for the EchoHub.Server application. It bootstraps the server by performing the one-time setup via FirstRunSetup.EnsureAppSettings(), configuring the bootstrap logger, and then starting the ASP.NET Core host via WebApplication.CreateBuilder(args) inside an auto-restart loop. It wires core infrastructure such as EchoHubDbContext for EF Core and authentication, and server features like ServerLogsOptions/ServerLogsService, enabling the app to recover from startup failures by rebuilding and running the web host repeatedly.