jasontaylordev / CleanArchitecture

Clean Architecture Solution Template for ASP.NET Core
MIT License
16.13k stars 3.45k forks source link

Implementation of strongly typed appsettings #1134

Open n0one42 opened 4 months ago

n0one42 commented 4 months ago

Implemented a strongly-typed AppSettings model to enhance configuration flexibility and type safety. This model, based on appsettings.json sections, now includes a PopulateWithDemoData option to streamline demo data seeding processes. The AppSettings model is designed for easy extension and can be seamlessly integrated across various applications and handlers, facilitating more robust and maintainable configuration management.