Skip to content

Commit c1dfd4b

Browse files
committed
more formatting
1 parent f94ce3b commit c1dfd4b

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

xml/Microsoft.Extensions.Hosting/HostEnvironmentEnvExtensions.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<Docs>
4040
<param name="hostEnvironment">An instance of <see cref="T:Microsoft.Extensions.Hosting.IHostEnvironment" />.</param>
4141
<summary>Checks if the current host environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Development" />.</summary>
42-
<returns><see langword="true" /> if the environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Development" />, otherwise <see langword="false" />.</returns>
42+
<returns><see langword="true" /> if the environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Development" />; otherwise, <see langword="false" />.</returns>
4343
<remarks>To be added.</remarks>
4444
</Docs>
4545
</Member>
@@ -66,7 +66,7 @@
6666
<param name="hostEnvironment">An instance of <see cref="T:Microsoft.Extensions.Hosting.IHostEnvironment" />.</param>
6767
<param name="environmentName">Environment name to validate against.</param>
6868
<summary>Compares the current host environment name against the specified value.</summary>
69-
<returns><see langword="true" /> if the specified name is the same as the current environment, otherwise <see langword="false" />.</returns>
69+
<returns><see langword="true" /> if the specified name is the same as the current environment; otherwise, <see langword="false" />.</returns>
7070
<remarks>To be added.</remarks>
7171
</Docs>
7272
</Member>
@@ -91,7 +91,7 @@
9191
<Docs>
9292
<param name="hostEnvironment">An instance of <see cref="T:Microsoft.Extensions.Hosting.IHostEnvironment" />.</param>
9393
<summary>Checks if the current host environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Production" />.</summary>
94-
<returns><see langword="true" /> if the environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Production" />, otherwise <see langword="false" />.</returns>
94+
<returns><see langword="true" /> if the environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Production" />; otherwise, <see langword="false" />.</returns>
9595
<remarks>To be added.</remarks>
9696
</Docs>
9797
</Member>
@@ -116,7 +116,7 @@
116116
<Docs>
117117
<param name="hostEnvironment">An instance of <see cref="T:Microsoft.Extensions.Hosting.IHostEnvironment" />.</param>
118118
<summary>Checks if the current host environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Staging" />.</summary>
119-
<returns><see langword="true" /> if the environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Staging" />, otherwise <see langword="false" />.</returns>
119+
<returns><see langword="true" /> if the environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Staging" />; otherwise, <see langword="false" />.</returns>
120120
<remarks>To be added.</remarks>
121121
</Docs>
122122
</Member>

xml/Microsoft.Extensions.Hosting/HostingEnvironmentExtensions.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<Docs>
4444
<param name="hostingEnvironment">An instance of <see cref="T:Microsoft.Extensions.Hosting.IHostingEnvironment" />.</param>
4545
<summary>Checks if the current hosting environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Development" />.</summary>
46-
<returns><see langword="true" /> if the environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Development" />, otherwise <see langword="false" />.</returns>
46+
<returns><see langword="true" /> if the environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Development" />; otherwise, <see langword="false" />.</returns>
4747
<remarks>To be added.</remarks>
4848
</Docs>
4949
</Member>
@@ -72,7 +72,7 @@
7272
<param name="hostingEnvironment">An instance of <see cref="T:Microsoft.Extensions.Hosting.IHostingEnvironment" />.</param>
7373
<param name="environmentName">Environment name to validate against.</param>
7474
<summary>Compares the current hosting environment name against the specified value.</summary>
75-
<returns><see langword="true" /> if the specified name is the same as the current environment, otherwise <see langword="false" />.</returns>
75+
<returns><see langword="true" /> if the specified name is the same as the current environment; otherwise, <see langword="false" />.</returns>
7676
<remarks>To be added.</remarks>
7777
</Docs>
7878
</Member>
@@ -99,7 +99,7 @@
9999
<Docs>
100100
<param name="hostingEnvironment">An instance of <see cref="T:Microsoft.Extensions.Hosting.IHostingEnvironment" />.</param>
101101
<summary>Checks if the current hosting environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Production" />.</summary>
102-
<returns><see langword="true" /> if the environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Production" />, otherwise <see langword="false" />.</returns>
102+
<returns><see langword="true" /> if the environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Production" />; otherwise, <see langword="false" />.</returns>
103103
<remarks>To be added.</remarks>
104104
</Docs>
105105
</Member>
@@ -126,7 +126,7 @@
126126
<Docs>
127127
<param name="hostingEnvironment">An instance of <see cref="T:Microsoft.Extensions.Hosting.IHostingEnvironment" />.</param>
128128
<summary>Checks if the current hosting environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Staging" />.</summary>
129-
<returns><see langword="true" /> if the environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Staging" />, otherwise <see langword="false" />.</returns>
129+
<returns><see langword="true" /> if the environment name is <see cref="F:Microsoft.Extensions.Hosting.EnvironmentName.Staging" />; otherwise, <see langword="false" />.</returns>
130130
<remarks>To be added.</remarks>
131131
</Docs>
132132
</Member>

xml/System.Threading/Barrier.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@
690690
<Docs>
691691
<param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite" />(-1) to wait indefinitely.</param>
692692
<summary>Signals that a participant has reached the barrier and waits for all other participants to reach the barrier as well, using a 32-bit signed integer to measure the timeout.</summary>
693-
<returns>if all participants reached the barrier within the specified time; otherwise <see langword="false" />.</returns>
693+
<returns><see langword="true" /> if all participants reached the barrier within the specified time; otherwise <see langword="false" />.</returns>
694694
<remarks>To be added.</remarks>
695695
<exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
696696
<exception cref="T:System.ArgumentOutOfRangeException">

xml/System.Threading/CancellationTokenRegistration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The returned <xref:System.Threading.Tasks.ValueTask> completes once the associat
199199
<Docs>
200200
<param name="obj">The other object to which to compare this instance.</param>
201201
<summary>Determines whether the current <see cref="T:System.Threading.CancellationTokenRegistration" /> instance is equal to the specified <see cref="T:System.Threading.CancellationTokenRegistration" />.</summary>
202-
<returns><see langword="true" />, if both this and <paramref name="obj" /> are equal. False, otherwise.
202+
<returns><see langword="true" /> if both this and <paramref name="obj" /> are equal. False, otherwise.
203203

204204
Two <see cref="T:System.Threading.CancellationTokenRegistration" /> instances are equal if they both refer to the output of a single call to the same Register method of a <see cref="T:System.Threading.CancellationToken" />.</returns>
205205
<remarks>To be added.</remarks>
@@ -248,7 +248,7 @@ The returned <xref:System.Threading.Tasks.ValueTask> completes once the associat
248248
<Docs>
249249
<param name="other">The other <see cref="T:System.Threading.CancellationTokenRegistration" /> to which to compare this instance.</param>
250250
<summary>Determines whether the current <see cref="T:System.Threading.CancellationTokenRegistration" /> instance is equal to the specified <see cref="T:System.Threading.CancellationTokenRegistration" />.</summary>
251-
<returns><see langword="true" />, if both this and <paramref name="other" /> are equal. False, otherwise.
251+
<returns><see langword="true" /> if both this and <paramref name="other" /> are equal. False, otherwise.
252252

253253
Two <see cref="T:System.Threading.CancellationTokenRegistration" /> instances are equal if they both refer to the output of a single call to the same Register method of a <see cref="T:System.Threading.CancellationToken" />.</returns>
254254
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)