-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Description
Type of issue
Missing information
Description
👋🏻 G'Day!
Recently, I learnt that there is a way to validate your IOptions on startup with the new .NET 8 IOptions configuration / IValidateOptions. This new feature is awesome but there is no documentation about how to use the new IValidateOptions + using this validation on startup.
It was only when I asked the question that I was lucky enough to be directed to the very hidden method.
It would be VERY HELPFUL to include a NOTE in the doc's (for this page) about validating the IOptions on startup with the AddOptionsWithValidateOnStart method when registering an IOptions class.
Page URL
https://learn.microsoft.com/en-us/dotnet/core/extensions/options
Content source URL
https://github.com/dotnet/docs/blob/main/docs/core/extensions/options.md
Document Version Independent Id
00449cdc-b8fc-a9ff-3f20-0ef0994db354
Article author
Metadata
- ID: 433988ea-fda9-aa83-f6ee-221a5521a422
- Product: dotnet-fundamentals