Skip to content

Commit 5970d06

Browse files
authored
Fix XmlDocs for StaticAssetsEndpointRouteBuilderExtensions MapStaticAssets (#58905)
* fix xmldocs * null -> langword null
1 parent 4b11f8b commit 5970d06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StaticAssets/src/StaticAssetsEndpointRouteBuilderExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public static class StaticAssetsEndpointRouteBuilderExtensions
2020
/// <param name="endpoints">The <see cref="IEndpointRouteBuilder"/>.</param>
2121
/// <param name="staticAssetsManifestPath">The path to the static assets manifest file.</param>
2222
/// <remarks>
23-
/// The <paramref name="staticAssetsManifestPath"/> can be null to use the <see cref="IHostEnvironment.ApplicationName"/> to locate the manifes.
24-
/// As an alternative, a full path can be specified to the manifest file. If a relative path is used, we'll search for the file in the <see cref="AppContext.BaseDirectory"/>." />
23+
/// The <paramref name="staticAssetsManifestPath"/> can be <see langword="null"/> to use the <see cref="IHostEnvironment.ApplicationName"/> to locate the manifest.
24+
/// As an alternative, a full path can be specified to the manifest file. If a relative path is used, we'll search for the file in the <see cref="AppContext.BaseDirectory"/>.
2525
/// </remarks>
2626
public static StaticAssetsEndpointConventionBuilder MapStaticAssets(this IEndpointRouteBuilder endpoints, string? staticAssetsManifestPath = null)
2727
{

0 commit comments

Comments
 (0)