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
alias keys (with prefix "--"), mapped to the configuration key (no prefix).
185
185
</param>
186
186
<summary>
187
-
Adds a <seecref="T:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider" /> <seecref="T:Microsoft.Extensions.Configuration.IConfigurationProvider" /> that reads
187
+
Adds a <seecref="T:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider" /> that reads
188
188
configuration values from the command line using the specified switch mappings.</summary>
<paramname="name">The name of the <typeparamrefname="TOptions" /> instance, if a <seelangword="null" /> <seecref="F:Microsoft.Extensions.Options.Options.DefaultName" /> is used.</param>
96
+
<paramname="name">The name of the <typeparamrefname="TOptions" /> instance, if <seecref="F:Microsoft.Extensions.Options.Options.DefaultName" /> is <seelangword="null" />.</param>
97
97
<summary>Returns a configured <typeparamrefname="TOptions" /> instance with the given name.</summary>
98
98
<returns>The <typeparamrefname="TOptions" /> instance that matches the given <paramrefname="name" />.</returns>
<paramname="name">The name of the <typeparamrefname="TOptions" /> instance, if <seelangword="null" /> <seecref="F:Microsoft.Extensions.Options.Options.DefaultName" /> is used.</param>
79
+
<paramname="name">The name of the <typeparamrefname="TOptions" /> instance, if <seecref="F:Microsoft.Extensions.Options.Options.DefaultName" /> is <seelangword="null" />.</param>
80
80
<summary>Returns a configured <typeparamrefname="TOptions" /> instance with the given name.</summary>
81
81
<returns>The <typeparamrefname="TOptions" /> instance that matches the given <paramrefname="name" />.</returns>
<paramname="name">The name of the <typeparamrefname="TOptions" /> instance, if a <seelangword="null" /> <seecref="F:Microsoft.Extensions.Options.Options.DefaultName" /> is used.</param>
142
+
<paramname="name">The name of the <typeparamrefname="TOptions" /> instance, if <seecref="F:Microsoft.Extensions.Options.Options.DefaultName" /> is <seelangword="null" />.</param>
143
143
<summary>Returns a configured <typeparamrefname="TOptions" /> instance with the given <paramrefname="name" />.</summary>
144
144
<returns>The <typeparamrefname="TOptions" /> instance that matches the given <paramrefname="name" />.</returns>
0 commit comments