In my scenario I have configured a startup filter for configuration validation. Specifically I want to validate IdentitySettings that are holding in appsettings
I don't get it.
Why are you verifying startup setting that you must write? What problem does this solve and if you already know what the validate values are then why not just set them in the first place?
All-Star
43721 Points
18706 Posts
Re: Make this code generic
Jul 02, 2019 09:07 PM|mgebhard|LINK
I don't get it.
Why are you verifying startup setting that you must write? What problem does this solve and if you already know what the validate values are then why not just set them in the first place?