Microsoft.Extensions.Options Implementation of . Options type being configured. Constructor. The name of the options. The action to register. The options name. The configuration action. Invokes the registered configure if the matches. The name of the options instance being configured. The options instance to configure. Invoked to configure a instance with the . The options instance to configure. Implementation of . Options type being configured. Dependency type. Constructor. The name of the options. A dependency. The action to register. The options name. The configuration action. The dependency. Invokes the registered configure if the matches. The name of the options instance being configured. The options instance to configure. Invoked to configure a instance with the . The options instance to configure. Implementation of . Options type being configured. First dependency type. Second dependency type. Constructor. The name of the options. A dependency. A second dependency. The action to register. The options name. The configuration action. The first dependency. The second dependency. Invokes the registered configure if the matches. The name of the options instance being configured. The options instance to configure. Invoked to configure 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. The options name. The configuration action. The first dependency. The second dependency. The third dependency. Invokes the registered configure if the matches. The name of the options instance being configured. The options instance to configure. Invoked to configure 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. The options name. The configuration action. The first dependency. The second dependency. The third dependency. The fourth dependency. Invokes the registered configure if the matches. The name of the options instance being configured. The options instance to configure. Invoked to configure 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. The options name. The configuration action. The first dependency. The second dependency. The third dependency. The fourth dependency. The fifth dependency. Invokes the registered configure if the matches. The name of the options instance being configured. The options instance to configure. Invoked to configure a instance with the . The options instance to configure. Implementation of . Options type being configured. Constructor. The action to register. The configuration action. Invokes the registered configure . The options instance to configure. Represents something that configures the type. The options type being configured. Invoked to configure a instance. The name of the options instance being configured. The options instance to configure. Represents something that configures the type. Note: These are run before all . The options type being configured. Invoked to configure a instance. The options instance to configure. Used to retrieve configured instances. The type of options being requested. The default configured instance Used to fetch used for tracking options changes. The options type being changed. Returns a which can be used to register a change notification callback. Change token. The name of the option instance being changed. Used to create 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 . Used for notifications when instances change. The options type. Returns the current instance with the . Returns a configured instance with the given . The name of the instance, if a 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 which 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, will return false if the name already exists. The name of the options instance. The options instance. Whether anything was added. Try to remove an options instance. The name of the options instance. Whether anything was removed. 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 is used. The instance that matches the given . Represents something that configures the type. Note: These are run after all . Options type being configured. Invoked to configure a instance. The name of the options instance being configured. The options instance to configured. Interface 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. Interface used to validate options. The options type to validate. Validates a specific named options instance (or all when name is null). The name of the options instance being validated. The options instance. The result. Helper class. 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. Used to configure instances. The type of options being requested. The default name of the instance. The for the options being configured. Constructor. The for the options being configured. The default name of the instance, if null is used. Registers an action used to configure a particular type of options. Note: These are run before all . The action used to configure the options. The current . Registers an action used to configure a particular type of options. Note: These are run before all . A dependency used by the action. The action used to configure the options. The current . Registers an action used to configure a particular type of options. Note: These are run before all . The first dependency used by the action. The second dependency used by the action. The action used to configure the options. The current . Registers an action used to configure a particular type of options. Note: These are run before all . 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 . Registers an action used to configure a particular type of options. Note: These are run before all . 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 . Registers an action used to configure a particular type of options. Note: These are run before all . 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 . Registers an action used to configure a particular type of options. Note: These are run after all . The action used to configure the options. The current . Registers an action used to post configure a particular type of options. Note: These are run after all . The dependency used by the action. The action used to configure the options. The current . Registers an action used to post configure a particular type of options. Note: These are run after all . The first dependency used by the action. The second dependency used by the action. The action used to configure the options. The current . Registers an action used to post configure a particular type of options. Note: These are run after all . 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 . Registers an action used to post configure a particular type of options. Note: These are run after all . 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 . Registers an action used to post configure a particular type of options. Note: These are run after all . 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 . Register a validation action for an options type using a default failure message. The validation function. The current . Register a validation action for an options type. The validation function. The failure message to use when validation fails. The current . Register a validation action for an options type using a default failure message. The dependency used by the validation function. The validation function. The current . Register 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 . Register 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 . Register 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 . Register 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 . Register 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 . Register 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 . Register 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 . Register 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 . Register 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 . Used to cache 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 func 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. true if the options were retrieved; otherwise, false. Tries to adds a new option to the cache, will return false if the name already exists. The name of the options instance. The options instance. Whether anything was added. Try to remove an options instance. The name of the options instance. Whether anything was removed. 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 been created. The does not have a public parameterless constructor or is . Creates a new instance of options type. The name of the instance to create. The created instance. The does not have a public parameterless constructor or is . Implementation of and . Options type. Initializes a new instance with the specified options configurations. The factory to use to create options. The default configured instance, equivalent to Get(Options.DefaultName). Returns a configured instance with the given . The name of the instance, if is used. The instance that matches the given . One or more return failed when validating the instance been created. The does not have a public parameterless constructor or is . Implementation of . Options type. Constructor. The factory to use to create options. The sources used to listen for changes to the options instance. The cache used to store options. The present value of the options, equivalent to Get(Options.DefaultName). One or more return failed when validating the instance been created. The does not have a public parameterless constructor or is . Returns a configured instance with the given . The name of the instance, if is used. The instance that matches the given . One or more return failed when validating the instance been 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 which 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 which should be disposed to stop listening for changes. Thrown when options validation fails. Constructor. The name of the options instance that failed. The options type that failed. The validation failure messages. The name of the options instance that failed. The type of the options that failed. The validation failures. The message is a semicolon separated list of the . Triggers the automatic generation of the implementation of at compile time. wrapper that returns the options instance. Options type. Initializes the wrapper with the options instance to return. The options instance to return. The options instance. Implementation of . Options type being configured. Creates a new instance of . The name of the options. The action to register. The options name. 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. Constructor. The name of the options. A dependency. The action to register. The options name. 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. Invoked to configure a instance using the . The options instance to configured. Implementation of . Options type being configured. First dependency type. Second dependency type. Constructor. The name of the options. A dependency. A second dependency. The action to register. The options name. The configuration action. The first dependency. The second dependency. Invokes the registered initialization if the matches. The name of the options instance being configured. The options instance to configured. Invoked to configure a instance using the . The options instance to configured. 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. The options name. The configuration action. The first dependency. The second dependency. The third dependency. Invokes the registered initialization if the matches. The name of the options instance being configured. The options instance to configured. Invoked to configure 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. Constructor. The name of the options. A dependency. A second dependency. A third dependency. A fourth dependency. The action to register. The options name. The configuration action. The first dependency. The second dependency. The third dependency. The fourth dependency. Invokes the registered initialization if the matches. The name of the options instance being configured. The options instance to configured. Invoked to configure 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. Constructor. The name of the options. A dependency. A second dependency. A third dependency. A fourth dependency. A fifth dependency. The action to register. The options name. The configuration action. The first dependency. The second dependency. The third dependency. The fourth dependency. The fifth dependency. Invokes the registered initialization if the matches. The name of the options instance being configured. The options instance to configured. Invoked to configure a instance using the . The options instance to configured. Marks a field or property to be enumerated, and each enumerated object to be validated. Initializes a new instance of the class. Using this constructor for a field/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/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/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/property tells the code generator to use the given type to validate the object held by the field/property. Gets the type to use to validate a field or property. Implementation of The options type to validate. Constructor. Options name. Validation function. Validation failure message. The options name. The validation function. 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. Constructor. Options name. The dependency. Validation function. Validation failure message. The options name. The validation function. The error to return when validation fails. 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. Constructor. Options name. The first dependency. The second dependency. Validation function. Validation failure message. The options name. The validation function. The error to return when validation fails. The first dependency. 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. Constructor. Options name. The first dependency. The second dependency. The third dependency. Validation function. Validation failure message. The options name. The validation function. The error to return when validation fails. The first dependency. The second dependency. 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. Constructor. Options name. The first dependency. The second dependency. The third dependency. The fourth dependency. Validation function. Validation failure message. The options name. The validation function. The error to return when validation fails. The first dependency. The second dependency. The third dependency. 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. Constructor. Options name. The first dependency. The second dependency. The third dependency. The fourth dependency. The fifth dependency. Validation function. Validation failure message. The options name. The validation function. The error to return when validation fails. The first dependency. The second dependency. The third dependency. The fourth dependency. 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. Result when validation was skipped due to name not matching. Validation was successful. True if validation was successful. True if validation was not run. True if validation failed. Used to describe why validation failed. 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. Content of 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. 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. Throws an if is null. The reference type argument to validate as non-null. The name of the parameter with which corresponds. Throws either an or an if the specified string is or whitespace respectively. String to be checked for or whitespace. The name of the parameter being checked. The original value of . Attribute used to indicate a source generator should create a function for marshalling arguments instead of relying on the runtime to generate an equivalent marshalling function at run-time. This attribute is meaningless if the source generator associated with it is not enabled. The current built-in source generator only supports C# and only supplies an implementation when applied to static, partial, non-generic methods. Initializes a new instance of the . Name of the library containing the import. Gets the name of the library containing the import. Gets or sets the name of the entry point to be called. Gets or sets how to marshal string arguments to the method. If this field is set to a value other than , must not be specified. Gets or sets the used to control how string arguments to the method are marshalled. If this field is specified, must not be specified or must be set to . Gets or sets whether the callee sets an error (SetLastError on Windows or errno on other platforms) before returning from the attributed method. Specifies how strings should be marshalled for generated p/invokes Indicates the user is supplying a specific marshaller in . Use the platform-provided UTF-8 marshaller. Use the platform-provided UTF-16 marshaller. Indicates that certain members on a specified are accessed dynamically, for example through . This allows tools to understand which members are being accessed during the execution of a program. This attribute is valid on members whose type is or . When this attribute is applied to a location of type , the assumption is that the string represents a fully qualified type name. When this attribute is applied to a class, interface, or struct, the members specified can be accessed dynamically on instances returned from calling on instances of that class, interface, or struct. If the attribute is applied to a method it's treated as a special case and it implies the attribute should be applied to the "this" parameter of the method. As such the attribute should only be used on instance methods of types assignable to System.Type (or string, but no methods will use it there). Initializes a new instance of the class with the specified member types. The types of members dynamically accessed. Gets the which specifies the type of members dynamically accessed. Specifies the types of members that are dynamically accessed. This enumeration has a attribute that allows a bitwise combination of its member values. Specifies no members. Specifies the default, parameterless public constructor. Specifies all public constructors. Specifies all non-public constructors. Specifies all public methods. Specifies all non-public methods. Specifies all public fields. Specifies all non-public fields. Specifies all public nested types. Specifies all non-public nested types. Specifies all public properties. Specifies all non-public properties. Specifies all public events. Specifies all non-public events. Specifies all interfaces implemented by the type. Specifies all members. Suppresses reporting of a specific rule violation, allowing multiple suppressions on a single code artifact. is different than in that it doesn't have a . So it is always preserved in the compiled assembly. Initializes a new instance of the class, specifying the category of the tool and the identifier for an analysis rule. The category for the attribute. The identifier of the analysis rule the attribute applies to. Gets the category identifying the classification of the attribute. The property describes the tool or tool analysis category for which a message suppression attribute applies. Gets the identifier of the analysis tool rule to be suppressed. Concatenated together, the and properties form a unique check identifier. Gets or sets the scope of the code that is relevant for the attribute. The Scope property is an optional argument that specifies the metadata scope for which the attribute is relevant. Gets or sets a fully qualified path that represents the target of the attribute. The property is an optional argument identifying the analysis target of the attribute. An example value is "System.IO.Stream.ctor():System.Void". Because it is fully qualified, it can be long, particularly for targets such as parameters. The analysis tool user interface should be capable of automatically formatting the parameter. Gets or sets an optional argument expanding on exclusion criteria. The property is an optional argument that specifies additional exclusion where the literal metadata target is not sufficiently precise. For example, the cannot be applied within a method, and it may be desirable to suppress a violation against a statement in the method that will give a rule violation, but not against all statements in the method. Gets or sets the justification for suppressing the code analysis message. Specifies that the method or property will ensure that the listed field and property members have not-null values. Initializes the attribute with a field or property member. The field or property member that is promised to be not-null. Initializes the attribute with the list of field and property members. The list of field and property members that are promised to be not-null. Gets field or property member names. Specifies that the method or property will ensure that the listed field and property members have not-null values when returning with the specified return value condition. Initializes the attribute with the specified return value condition and a field or property member. The return value condition. If the method returns this value, the associated field or property member will not be null. The field or property member that is promised to be not-null. Initializes the attribute with the specified return value condition and list of field and property members. The return value condition. If the method returns this value, the associated field and property members will not be null. The list of field and property members that are promised to be not-null. Gets the return value condition. Gets field or property member names. 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<>?