79108117

Date: 2024-10-20 21:54:40
Score: 0.5
Natty:
Report link

services.AddOptions<MyOptions>(Configuration.GetSection("MyOptions")).ValidateDataAnnotations();

Use AddOptions method which allows you to validate options with

ValidateDataAnnotations and ValidateOnStartup extensions.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Arthur Edgarov