You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Startup error reporting has been problematic in my applications as well. I wonder if OptionsValidationException should be changed to override ToString() or Message to include OptionsType and OptionsName in addition to the failure messages; then those would be part of ILogger exception logging with no effort from applications. (If the options are bound to configuration, then it would be even better to include the configuration path in the log entry, but that looks much more difficult to implement.)
See #3119 (comment)
The text was updated successfully, but these errors were encountered: