-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Make HttpLogging middleware endpoint aware #47595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@BrennanConroy Good to go? |
I believe there are analyzers for checking endpoint-aware middleware is between UseRouting and UseEndpoint. Should it be updated to check HttpLogging middleware position? |
src/Middleware/HttpLogging/src/HttpLoggingEndpointConventionBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
@BrennanConroy, this change will be considered for inclusion in the blog post for the release it'll ship in. Nice work! Please ensure that the original comment in this thread contains a clear explanation of what the change does, why it's important (what problem does it solve?), and, if relevant, include things like code samples and/or performance numbers. This content may not be exactly what goes into the blog post, but it will help the team putting together the announcement. Thanks! |
Addresses #43222
And fixes #46703 as it was preventing testing the response byte limit.