Microsoft.Extensions.Options Implementation of . Options type being configured. Initializes a new instance of . The name of the options. The action to register. Gets the options name. Gets the configuration action. Invokes the registered configure if the matches. The name of the options instance being configured. The options instance to configure. Configures a instance with the . The options instance to configure. Implementation of . Options type being configured. Dependency type. Initializes a new instance of . The name of the options. A dependency. The action to register. Gets the options name. Gets the configuration action. Gets the dependency. Invokes the registered configure if the matches. The name of the options instance being configured. The options instance to configure. Configures a instance with the . The options instance to configure. Implementation of . Options type being configured. First dependency type. Second dependency type. Initializes a new instance of . The name of the options. A dependency. A second dependency. The action to register. Gets the options name. Gets the configuration action. Gets the first dependency. Gets the second dependency. Invokes the registered configure if the matches. The name of the options instance being configured. The options instance to configure. Configures a instance with the . The options instance to configure. Implementation of . Options type being configured. First dependency type. Second dependency type. Third dependency type. Constructor. The name of the options. A dependency. A second dependency. A third dependency. The action to register. Gets the options name. Gets the configuration action. Gets the first dependency. Gets the second dependency. Gets the third dependency. Invokes the registered configure if the matches. The name of the options instance being configured. The options instance to configure. Configures a instance with the . The options instance to configure. Implementation of . Options type being configured. First dependency type. Second dependency type. Third dependency type. Fourth dependency type. Constructor. The name of the options. A dependency. A second dependency. A third dependency. A fourth dependency. The action to register. Gets the options name. Gets the configuration action. Gets the first dependency. Gets the second dependency. Gets the third dependency. Gets the fourth dependency. Invokes the registered configure if the matches. The name of the options instance being configured. The options instance to configure. Configures a instance with the . The options instance to configure. Implementation of . Options type being configured. First dependency type. Second dependency type. Third dependency type. Fourth dependency type. Fifth dependency type. Constructor. The name of the options. A dependency. A second dependency. A third dependency. A fourth dependency. A fifth dependency. The action to register. Gets the options name. Gets the configuration action. Gets the first dependency. Gets the second dependency. Gets the third dependency. Gets the fourth dependency. Gets the fifth dependency. Invokes the registered configure if the matches. The name of the options instance being configured. The options instance to configure. Configures a instance with the . The options instance to configure. Implementation of . Options type being configured. Initializes a new instance of . The action to register. Gets the configuration action. Invokes the registered configure . The options instance to configure. Represents something that configures the type. The options type being configured. Configures a instance. The name of the options instance being configured. The options instance to configure. Represents something that configures the type. The options type being configured. These are run before all . Configures a instance. The options instance to configure. Retrieves configured instances. The type of options being requested. Gets the default configured instance. Fetches a that's used for tracking options changes. The options type being changed. Returns a that can be used to register a change notification callback. A change token. Gets the name of the option instance being changed. Creates instances. The type of options being requested. Returns a configured instance with the given . The name of the instance to create. The created instance with the given . Monitors changes on a instance. The options type. Gets the current instance with the . Returns a configured instance with the given . The name of the instance. If , , which is the empty string, is used. The instance that matches the given . Registers a listener to be called whenever a named changes. The action to be invoked when has changed. An that should be disposed to stop listening for changes. Used by to cache instances. The type of options being requested. Gets a named options instance, or adds a new instance created with . The name of the options instance. The func used to create the new instance. The options instance. Tries to adds a new option to the cache. The name of the options instance. The options instance. if the options instance was added; if the name already exists. Tries to remove an options instance. The name of the options instance. if the options instance was removed; otherwise, . Clears all options instances from the cache. Used to access the value of for the lifetime of a request. Options type. Returns a configured instance with the given . The name of the instance. If , , which is the empty string, is used. The instance that matches the given . Represents something that configures the type. Options type being configured. These are run after all . Configures a instance. The name of the options instance being configured. The options instance to configured. Used by hosts to validate options during startup. Options are enabled to be validated during startup by calling . Calls the validators. One or more return failed when validating. Validates options. The options type to validate. Validates a specified named options instance (or all if is ). The name of the options instance being validated. The options instance. The result. Helper class for options. The default name used for options instances: "". Creates a wrapper around an instance of to return itself as an . Options type. Options object. Wrapped options object. Configures instances. The type of options being requested. Gets the default name of the instance. Gets the for the options being configured. Creates a new instance of the class. The for the options being configured. The default name of the instance; if , is used. Registers an action used to configure a particular type of options. The action used to configure the options. The current . These are run before all . Registers an action used to configure a particular type of options. A dependency used by the action. The action used to configure the options. The current . These are run before all . Registers an action used to configure a particular type of options. The first dependency used by the action. The second dependency used by the action. The action used to configure the options. The current . These are run before all . Registers an action used to configure a particular type of options. The first dependency used by the action. The second dependency used by the action. The third dependency used by the action. The action used to configure the options. The current . These are run before all . Registers an action used to configure a particular type of options. The first dependency used by the action. The second dependency used by the action. The third dependency used by the action. The fourth dependency used by the action. The action used to configure the options. The current . These are run before all . Registers an action used to configure a particular type of options. The first dependency used by the action. The second dependency used by the action. The third dependency used by the action. The fourth dependency used by the action. The fifth dependency used by the action. The action used to configure the options. The current . These are run before all . Registers an action used to configure a particular type of options. The action used to configure the options. The current . These are run after all . Registers an action used to post configure a particular type of options. The dependency used by the action. The action used to configure the options. The current . These are run after all . Registers an action used to post configure a particular type of options. The first dependency used by the action. The second dependency used by the action. The action used to configure the options. The current . These are run after all . Registers an action used to post configure a particular type of options. The first dependency used by the action. The second dependency used by the action. The third dependency used by the action. The action used to configure the options. The current . These are run after all . Registers an action used to post configure a particular type of options. The first dependency used by the action. The second dependency used by the action. The third dependency used by the action. The fourth dependency used by the action. The action used to configure the options. The current . These are run after all . Registers an action used to post configure a particular type of options. The first dependency used by the action. The second dependency used by the action. The third dependency used by the action. The fourth dependency used by the action. The fifth dependency used by the action. The action used to configure the options. The current . These are run after all . Registers a validation action for an options type using a default failure message. The validation function. The current . Registers a validation action for an options type. The validation function. The failure message to use when validation fails. The current . Registers a validation action for an options type using a default failure message. The dependency used by the validation function. The validation function. The current . Registers a validation action for an options type. The dependency used by the validation function. The validation function. The failure message to use when validation fails. The current . Registers a validation action for an options type using a default failure message. The first dependency used by the validation function. The second dependency used by the validation function. The validation function. The current . Registers a validation action for an options type. The first dependency used by the validation function. The second dependency used by the validation function. The validation function. The failure message to use when validation fails. The current . Registers a validation action for an options type using a default failure message. The first dependency used by the validation function. The second dependency used by the validation function. The third dependency used by the validation function. The validation function. The current . Registers a validation action for an options type. The first dependency used by the validation function. The second dependency used by the validation function. The third dependency used by the validation function. The validation function. The failure message to use when validation fails. The current . Registers a validation action for an options type using a default failure message. The first dependency used by the validation function. The second dependency used by the validation function. The third dependency used by the validation function. The fourth dependency used by the validation function. The validation function. The current . Registers a validation action for an options type. The first dependency used by the validation function. The second dependency used by the validation function. The third dependency used by the validation function. The fourth dependency used by the validation function. The validation function. The failure message to use when validation fails. The current . Registers a validation action for an options type using a default failure message. The first dependency used by the validation function. The second dependency used by the validation function. The third dependency used by the validation function. The fourth dependency used by the validation function. The fifth dependency used by the validation function. The validation function. The current . Registers a validation action for an options type. The first dependency used by the validation function. The second dependency used by the validation function. The third dependency used by the validation function. The fourth dependency used by the validation function. The fifth dependency used by the validation function. The validation function. The failure message to use when validation fails. The current . Caches instances. The type of options being requested. Clears all options instances from the cache. Gets a named options instance, or adds a new instance created with . The name of the options instance. The function used to create the new instance. The options instance. Gets a named options instance, if available. The name of the options instance. The options instance. if the options were retrieved; otherwise, . Tries to adds a new option to the cache. The name of the options instance. The options instance. if the option was added; if the name already exists. Tries to remove an options instance. The name of the options instance. if anything was removed; otherwise, . Implementation of . The type of options being requested. Initializes a new instance with the specified options configurations. The configuration actions to run. The initialization actions to run. Initializes a new instance with the specified options configurations. The configuration actions to run. The initialization actions to run. The validations to run. Returns a configured instance with the given . The name of the instance to create. The created instance with the given . One or more return failed when validating the instance created. The does not have a public parameterless constructor or is . Creates a new instance of type . The name of the instance to create. The created instance. The does not have a public parameterless constructor or is . Implements and . The options type. Initializes a new instance with the specified options configurations. The factory to use to create options. Gets the default configured instance (equivalent to Get(Options.DefaultName)). Returns a configured instance with the given . The name of the instance. If , , which is the empty string, is used. The instance that matches the given . One or more return failed when validating the instance created. The does not have a public parameterless constructor or is . Implements . The options type. Initializes a new instance of with the specified factory, sources, and cache. The factory to use to create options. The sources used to listen for changes to the options instance. The cache used to store options. Gets the present value of the options (equivalent to Get(Options.DefaultName)). One or more return failed when validating the instance created. The does not have a public parameterless constructor or is . Returns a configured instance with the given . The name of the instance. If , , which is the empty string, is used. The instance that matches the given . One or more return failed when validating the instance created. The does not have a public parameterless constructor or is . Registers a listener to be called whenever changes. The action to be invoked when has changed. An that should be disposed to stop listening for changes. Removes all change registration subscriptions. Extension methods for . Registers a listener to be called whenever changes. The type of options instance being monitored. The IOptionsMonitor. The action to be invoked when has changed. An object that should be disposed to stop listening for changes. Represents the exception that's thrown when options validation fails. Creates a new instance of . The name of the options instance that failed. The options type that failed. The validation failure messages. Gets the name of the options instance that failed. Gets the type of the options that failed. Gets the validation failures. Gets a semicolon-separated list of the . Triggers the automatic generation of the implementation of at compile time. Wraps the options instance. The options type. Initializes the wrapper with the options instance to return. The options instance to return. Gets the options instance. Implementation of . The options type being configured. Creates a new instance of . The name of the options. The action to register. Gets the options name. Gets the initialization action. Invokes the registered initialization if the matches. The name of the action to invoke. The options to use in initialization. Implementation of . Options type being configured. Dependency type. Initializes a new instance of . The name of the options. A dependency. The action to register. Gets the options name. Gets the configuration action. The dependency. Invokes the registered initialization if the matches. The name of the options instance being configured. The options instance to configured. Configures a instance using the . The options instance to configured. Implementation of . Options type being configured. First dependency type. Second dependency type. Initializes a new instance of . The name of the options. A dependency. A second dependency. The action to register. Gets the options name. Gets the configuration action. Gets the first dependency. Gets the second dependency. Invokes the registered initialization if the matches. The name of the options instance being configured. The options instance to configured. Configures a instance using the . The options instance to configured. Implementation of . Options type being configured. First dependency type. Second dependency type. Third dependency type. Initializes a new instance of . The name of the options. A dependency. A second dependency. A third dependency. The action to register. Gets the options name. Gets the configuration action. Gets the first dependency. Gets the second dependency. Gets the third dependency. Invokes the registered initialization if the matches. The name of the options instance being configured. The options instance to configured. Configures a instance using the . The options instance to configured. Implementation of . Options type being configured. First dependency type. Second dependency type. Third dependency type. Fourth dependency type. Initializes a new instance of . The name of the options. A dependency. A second dependency. A third dependency. A fourth dependency. The action to register. Gets the options name. Gets the configuration action. Gets the first dependency. Gets the second dependency. Gets the third dependency. Gets the fourth dependency. Invokes the registered initialization if the matches. The name of the options instance being configured. The options instance to configured. Configures a instance using the . The options instance to configured. Implementation of . Options type being configured. First dependency type. Second dependency type. Third dependency type. Fourth dependency type. Fifth dependency type. Initializes a new instance of . The name of the options. A dependency. A second dependency. A third dependency. A fourth dependency. A fifth dependency. The action to register. Gets the options name. Gets the configuration action. Gets the first dependency. Gets the second dependency. Gets the third dependency. Gets the fourth dependency. Gets the fifth dependency. Invokes the registered initialization if the matches. The name of the options instance being configured. The options instance to configured. Configures a instance using the . The options instance to configured. Marks a field or property to be enumerated; each enumerated object is validated. Initializes a new instance of the class. Using this constructor for a field or property tells the code generator to generate validation for the individual members of the enumerable's type. Initializes a new instance of the class. A type that implements for the enumerable's type. Using this constructor for a field or property tells the code generator to use the given type to validate the object held by the enumerable. Gets the type to use to validate the enumerable's objects. Marks a field or property to be validated transitively. Initializes a new instance of the class. Using this constructor for a field or property tells the code generator to generate validation for the individual members of the field/property's type. Initializes a new instance of the class. A type that implements for the field/property's type. Using this constructor for a field or property tells the code generator to use the given type to validate the object held by the field or property. Gets the type to use to validate a field or property. Implementation of The options type to validate. Initializes a new instance of . Options name. Validation function. Validation failure message. Gets the options name. Gets the validation function. Gets the error to return when validation fails. Validates a specific named options instance (or all when is null). The name of the options instance being validated. The options instance. The result. Implementation of The options type to validate. Dependency type. Initializes a new instance of . Options name. Gets the dependency. Validation function. Validation failure message. Gets the options name. Gets the validation function. Gets the error to return when validation fails. Gets the dependency. Validates a specific named options instance (or all when is null). The name of the options instance being validated. The options instance. The result. Implementation of . The options type to validate. First dependency type. Second dependency type. Initializes a new instance of . Options name. The first dependency. The second dependency. Validation function. Validation failure message. Gets the options name. Gets the validation function. Gets the error to return when validation fails. Gets the first dependency. Gets the second dependency. Validates a specific named options instance (or all when is null). The name of the options instance being validated. The options instance. The result. Implementation of The options type to validate. First dependency type. Second dependency type. Third dependency type. Initializes a new instance of . Options name. The first dependency. The second dependency. The third dependency. Validation function. Validation failure message. Gets the options name. Gets the validation function. Gets the error to return when validation fails. Gets the first dependency. Gets the second dependency. Gets the third dependency. Validates a specific named options instance (or all when is null). The name of the options instance being validated. The options instance. The result. Implementation of The options type to validate. First dependency type. Second dependency type. Third dependency type. Fourth dependency type. Initializes a new instance of . Options name. The first dependency. The second dependency. The third dependency. The fourth dependency. Validation function. Validation failure message. Gets the options name. Gets the validation function. Gets the error to return when validation fails. Gets the first dependency. Gets the second dependency. Gets the third dependency. Gets the fourth dependency. Validates a specific named options instance (or all when is null). The name of the options instance being validated. The options instance. The result. Implementation of The options type to validate. First dependency type. Second dependency type. Third dependency type. Fourth dependency type. Fifth dependency type. Initializes a new instance of . Options name. The first dependency. The second dependency. The third dependency. The fourth dependency. The fifth dependency. Validation function. Validation failure message. Gets the options name. Gets the validation function. Gets the error to return when validation fails. Gets the first dependency. Gets the second dependency. Gets the third dependency. Gets the fourth dependency. Gets the fifth dependency. Validates a specific named options instance (or all when is null). The name of the options instance being validated. The options instance. The result. Represents the result of an options validation. The result when validation was skipped due to name not matching. The result when validation was successful. Gets a value that indicates whether validation was successful. Gets a value that indicates whether validation was run. if validation was skipped; if validation was run. Gets a value that indicates whether validation failed. if validation failed; otherwise, . Gets the description of why validation failed. Gets the full list of failures (can be multiple). Returns a failure result. The reason for the failure. The failure result. Returns a failure result. The reasons for the failure. The failure result. Builds with support for multiple error messages. Creates new instance of the class. Adds a new validation error to the builder. The content of the error message. The property in the option object which contains an error. Adds any validation error carried by the instance to this instance. The instance to append the error from. Adds any validation error carried by the enumeration of instances to this instance. The enumeration to consume the errors from. Adds any validation errors carried by the instance to this instance. The instance to consume the errors from. Builds based on provided data. A new instance of . Reset the builder to the empty state. Extension methods for adding configuration-related options services to the DI container via . Enforces options validation check on start rather than at run time. The type of options. The to configure options instance. The so that additional calls can be chained. Extension methods for adding options services to the DI container. Adds services required for using options. The to add the services to. The so that additional calls can be chained. Adds services required for using options and enforces options validation check on start rather than at run time. The extension is called by this method. The options type to be configured. The to add the services to. The name of the options instance. The so that configure calls can be chained in it. Adds services required for using options and enforces options validation check on start rather than at run time. The extension is called by this method. The options type to be configured. The validator type. The to add the services to. The name of the options instance. The so that configure calls can be chained in it. Registers an action used to configure a particular type of options. Note: These are run before all . The options type to be configured. The to add the services to. The action used to configure the options. The so that additional calls can be chained. Registers an action used to configure a particular type of options. Note: These are run before all . The options type to be configured. The to add the services to. The name of the options instance. The action used to configure the options. The so that additional calls can be chained. Registers an action used to configure all instances of a particular type of options. The options type to be configured. The to add the services to. The action used to configure the options. The so that additional calls can be chained. Registers an action used to initialize a particular type of options. Note: These are run after all . The options type to be configured. The to add the services to. The action used to configure the options. The so that additional calls can be chained. Registers an action used to configure a particular type of options. Note: These are run after all . The options type to be configure. The to add the services to. The name of the options instance. The action used to configure the options. The so that additional calls can be chained. Registers an action used to post configure all instances of a particular type of options. Note: These are run after all . The options type to be configured. The to add the services to. The action used to configure the options. The so that additional calls can be chained. Registers a type that will have all of its , , and registered. The type that will configure options. The to add the services to. The so that additional calls can be chained. Registers a type that will have all of its , , and registered. The to add the services to. The type that will configure options. The so that additional calls can be chained. Registers an object that will have all of its , , and registered. The to add the services to. The instance that will configure options. The so that additional calls can be chained. Gets an options builder that forwards Configure calls for the same to the underlying service collection. The options type to be configured. The to add the services to. The so that configure calls can be chained in it. Gets an options builder that forwards Configure calls for the same named to the underlying service collection. The options type to be configured. The to add the services to. The name of the options instance. The so that configure calls can be chained in it. Cannot create instance of type '{0}' because it is either abstract or an interface. Failed to convert '{0}' to type '{1}'. Failed to create instance of type '{0}'. Cannot create instance of type '{0}' because it is missing a public parameterless constructor. No IConfigureOptions<>, IPostConfigureOptions<>, or IValidateOptions<> implementations were found. No IConfigureOptions<>, IPostConfigureOptions<>, or IValidateOptions<> implementations were found, did you mean to call Configure<> or PostConfigure<>?