Skip to content

Commit 29e6edd

Browse files
author
Bart Koelman
committed
Fixed broken build
1 parent b109ee4 commit 29e6edd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JsonApiDotNetCore/Extensions/ApplicationBuilderExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public static class ApplicationBuilderExtensions
1414
/// The <paramref name="skipRegisterMiddleware"/> can be used to skip any middleware registration, in which case the developer
1515
/// is responsible for registering required middleware.
1616
/// </remarks>
17+
/// <param name="app"></param>
1718
/// <param name="skipRegisterMiddleware">Indicates to not register any middleware. This enables callers to take full control of middleware registration order.</param>
1819
/// <param name="useAuthentication">Indicates if 'app.UseAuthentication()' should be called. Ignored when <paramref name="skipRegisterMiddleware"/> is set to true.</param>
1920
/// <param name="useAuthorization">Indicates if 'app.UseAuthorization()' should be called. Ignored when <paramref name="skipRegisterMiddleware"/> is set to true.</param>

0 commit comments

Comments
 (0)