Skip to content

Commit a581ce0

Browse files
author
Grzegorz Suwaj
committed
Revert "Update ConfigurationRoot.xml (correctly now?)"
This reverts commit 7f94e3f.
1 parent 7f94e3f commit a581ce0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@
9393
<param name="providers">The <see cref="T:Microsoft.Extensions.Configuration.IConfigurationProvider" />s for this configuration.</param>
9494
<summary>Initializes a Configuration root with a list of providers.</summary>
9595
<remarks>To be added.</remarks>
96-
<exception cref="T:System.ArgumentNullException">
97-
<paramref name="providers" /> is <see langword="null" />.</exception>
9896
</Docs>
9997
</Member>
10098
<Member MemberName="Dispose">
@@ -236,7 +234,7 @@
236234
<param name="key">The key of the configuration section.</param>
237235
<summary>Gets a configuration sub-section with the specified key.</summary>
238236
<returns>The <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" />.</returns>
239-
<remarks>This method will never return <see langword="null" />. If no matching sub-section is found with the specified key,
237+
<remarks>This method will never return <see langword="null" />. If no matching sub-section is found with the specified key,
240238
an empty <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" /> will be returned.</remarks>
241239
</Docs>
242240
</Member>

0 commit comments

Comments
 (0)