2804993ea638eab1a465e65bc2e44b5906e6a6fb
Program.cs changes: - Add Scalar.AspNetCore using - Register SwaggerSettings with Options Pattern - Pass IConfiguration to AddSwaggerDocumentation() - Conditional middleware: Development OR EnableInProduction=true - Add Swagger UI with custom endpoint configuration - Add Scalar UI at /scalar/v1 (DeepSpace theme, C# HttpClient target) Access URLs: - Swagger UI: https://localhost:7186/swagger - Scalar UI: https://localhost:7186/scalar/v1 - Serilog UI: https://localhost:7186/serilog-ui Production behavior: Swagger+Scalar enabled by default (configurable)
Description
No description provided
Languages
C#
100%