- Integrated `NLog` for improved logging capabilities. - Added a logger instance and initialized logging with `NLog`. - Wrapped app setup in a `try-catch` block to handle startup exceptions. - Configured logging to use `NLog` in non-development environments. - Refactored service registration for better organization. - Retained key configurations for `AddRecServices` and `AddRecInfrastructure`. - Reorganized middleware pipeline setup for clarity. - Added exception logging during startup to improve debugging.
ReC
Description
Languages
C#
100%