|
43 | 43 | <Docs>
|
44 | 44 | <param name="hostingEnvironment">An instance of <see cref="T:Microsoft.Extensions.Hosting.IHostingEnvironment" />.</param>
|
45 | 45 | <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> |
47 | 47 | <remarks>To be added.</remarks>
|
48 | 48 | </Docs>
|
49 | 49 | </Member>
|
|
72 | 72 | <param name="hostingEnvironment">An instance of <see cref="T:Microsoft.Extensions.Hosting.IHostingEnvironment" />.</param>
|
73 | 73 | <param name="environmentName">Environment name to validate against.</param>
|
74 | 74 | <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> |
76 | 76 | <remarks>To be added.</remarks>
|
77 | 77 | </Docs>
|
78 | 78 | </Member>
|
|
99 | 99 | <Docs>
|
100 | 100 | <param name="hostingEnvironment">An instance of <see cref="T:Microsoft.Extensions.Hosting.IHostingEnvironment" />.</param>
|
101 | 101 | <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> |
103 | 103 | <remarks>To be added.</remarks>
|
104 | 104 | </Docs>
|
105 | 105 | </Member>
|
|
126 | 126 | <Docs>
|
127 | 127 | <param name="hostingEnvironment">An instance of <see cref="T:Microsoft.Extensions.Hosting.IHostingEnvironment" />.</param>
|
128 | 128 | <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> |
130 | 130 | <remarks>To be added.</remarks>
|
131 | 131 | </Docs>
|
132 | 132 | </Member>
|
|
0 commit comments