baratgabor / MyWarehouse

Clean Architecture and Domain Driven Design sample project based on C# 10 / .NET 6 / ASP.NET Core 6 / EF Core 6 & Angular 11 with Bootstrap.
MIT License
239 stars 67 forks source link

Strongly typed settings are not validated during registration #8

Open baratgabor opened 3 years ago

baratgabor commented 3 years ago

The readme mentions this as a feature, but registration-time validation wasn't implemented in code; there is todo tag instead.

Implement this validation step when registering settings types, so it could be actually true that missing configuration values throw at application startup.