Skip to content

Commit 2034b96

Browse files
authored
Use &dotnet#160; as white space in xml (dotnet#8642)
1 parent abf4ecb commit 2034b96

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

xml/Microsoft.Extensions.Configuration/CommandLineConfigurationExtensions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<param name="configurationBuilder">The <see cref="T:Microsoft.Extensions.Configuration.IConfigurationBuilder" /> to add to.</param>
9595
<param name="args">The command line args.</param>
9696
<summary>
97-
Adds a <see cref="T:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider" /> <see cref="T:Microsoft.Extensions.Configuration.IConfigurationProvider" />
97+
Adds a <see cref="T:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider" />
9898
that reads configuration values from the command line.</summary>
9999
<returns>The <see cref="T:Microsoft.Extensions.Configuration.IConfigurationBuilder" />.</returns>
100100
<remarks>
@@ -184,7 +184,7 @@ key1=value1
184184
alias keys (with prefix "--"), mapped to the configuration key (no prefix).
185185
</param>
186186
<summary>
187-
Adds a <see cref="T:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider" /> <see cref="T:Microsoft.Extensions.Configuration.IConfigurationProvider" /> that reads
187+
Adds a <see cref="T:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider" /> that reads
188188
configuration values from the command line using the specified switch mappings.</summary>
189189
<returns>The <see cref="T:Microsoft.Extensions.Configuration.IConfigurationBuilder" />.</returns>
190190
<remarks>

xml/Microsoft.Extensions.Options/IOptionsMonitor`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<Parameter Name="name" Type="System.String" Index="0" FrameworkAlternate="dotnet-plat-ext-2.0;dotnet-plat-ext-2.1;dotnet-plat-ext-2.2;dotnet-plat-ext-3.0;dotnet-plat-ext-3.1;dotnet-plat-ext-5.0;dotnet-plat-ext-6.0;dotnet-plat-ext-7.0" />
9494
</Parameters>
9595
<Docs>
96-
<param name="name">The name of the <typeparamref name="TOptions" /> instance, if a <see langword="null" /> <see cref="F:Microsoft.Extensions.Options.Options.DefaultName" /> is used.</param>
96+
<param name="name">The name of the <typeparamref name="TOptions" /> instance, if <see cref="F:Microsoft.Extensions.Options.Options.DefaultName" /> is <see langword="null" />.</param>
9797
<summary>Returns a configured <typeparamref name="TOptions" /> instance with the given name.</summary>
9898
<returns>The <typeparamref name="TOptions" /> instance that matches the given <paramref name="name" />.</returns>
9999
<remarks>To be added.</remarks>

xml/Microsoft.Extensions.Options/IOptionsSnapshot`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<Parameter Name="name" Type="System.String" Index="0" FrameworkAlternate="dotnet-plat-ext-2.0;dotnet-plat-ext-2.1;dotnet-plat-ext-2.2;dotnet-plat-ext-3.0;dotnet-plat-ext-3.1;dotnet-plat-ext-5.0;dotnet-plat-ext-6.0;dotnet-plat-ext-7.0" />
7777
</Parameters>
7878
<Docs>
79-
<param name="name">The name of the <typeparamref name="TOptions" /> instance, if <see langword="null" /> <see cref="F:Microsoft.Extensions.Options.Options.DefaultName" /> is used.</param>
79+
<param name="name">The name of the <typeparamref name="TOptions" /> instance, if <see cref="F:Microsoft.Extensions.Options.Options.DefaultName" /> is <see langword="null" />.</param>
8080
<summary>Returns a configured <typeparamref name="TOptions" /> instance with the given name.</summary>
8181
<returns>The <typeparamref name="TOptions" /> instance that matches the given <paramref name="name" />.</returns>
8282
<remarks>To be added.</remarks>

xml/Microsoft.Extensions.Options/OptionsManager`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<Parameter Name="name" Type="System.String" Index="0" FrameworkAlternate="dotnet-plat-ext-2.0;dotnet-plat-ext-2.1;dotnet-plat-ext-2.2;dotnet-plat-ext-3.0;dotnet-plat-ext-3.1;dotnet-plat-ext-5.0;dotnet-plat-ext-6.0;dotnet-plat-ext-7.0" />
140140
</Parameters>
141141
<Docs>
142-
<param name="name">The name of the <typeparamref name="TOptions" /> instance, if a <see langword="null" /> <see cref="F:Microsoft.Extensions.Options.Options.DefaultName" /> is used.</param>
142+
<param name="name">The name of the <typeparamref name="TOptions" /> instance, if <see cref="F:Microsoft.Extensions.Options.Options.DefaultName" /> is <see langword="null" />.</param>
143143
<summary>Returns a configured <typeparamref name="TOptions" /> instance with the given <paramref name="name" />.</summary>
144144
<returns>The <typeparamref name="TOptions" /> instance that matches the given <paramref name="name" />.</returns>
145145
<remarks>To be added.</remarks>

xml/System.Diagnostics.CodeAnalysis/UnscopedRefAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<li>
2929
<see langword="this" /> for <see langword="struct" /> instance methods.</li>
3030
<li>
31-
<see langword="ref" /> parameters that refer to <see langword="ref" /> <see langword="struct" /> types.</li>
31+
<see langword="ref" /> parameters that refer to <see langword="ref struct" /> types.</li>
3232
<li>
3333
<see langword="out" /> parameters.</li>
3434
</ol>

0 commit comments

Comments
 (0)