LANCommander/LANCommander.Server/Extensions
Aaron Powell 8e5a4f6bf4 Refactoring startup for easier understanding and tracing
Broke the startup of the app into a series of extension methods (and classes to contain them), rather than one long method. This means the stack tracers are easier to follow when the startup fails, and it's clearer what's happening when throughout the pipeline.

I've included a few optimisations, such as starting to rely more on DI for injecting things (like the logger) rather than the static logger, which in turn can help with testability and evaluation of the callstack.
2025-01-02 11:40:15 +11:00
..
ArrayExtensions.cs Rename server project 2024-08-04 18:44:33 -05:00
AspNetExtensions.cs Refactoring startup for easier understanding and tracing 2025-01-02 11:40:15 +11:00
EndpointExtensions.cs Refactoring startup for easier understanding and tracing 2025-01-02 11:40:15 +11:00
EnumExtensions.cs Rename server project 2024-08-04 18:44:33 -05:00
FileExtensions.cs Rename server project 2024-08-04 18:44:33 -05:00
IdentityExtensions.cs Refactoring startup for easier understanding and tracing 2025-01-02 11:40:15 +11:00
ListExtensions.cs Rename server project 2024-08-04 18:44:33 -05:00
LoggerExtensions.cs Refactoring startup for easier understanding and tracing 2025-01-02 11:40:15 +11:00
ServiceExtensions.cs Refactoring startup for easier understanding and tracing 2025-01-02 11:40:15 +11:00
StringExtensions.cs Start to a basic CMS editor 2024-08-19 01:22:48 -05:00
ZipArchiveExtensions.cs Rename server project 2024-08-04 18:44:33 -05:00