-
Notifications
You must be signed in to change notification settings - Fork 190
[Proposal] Move RequestIdentifierFeature to HttpContext #435
Conversation
Hi @benaadams, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! The agreement was validated by .NET Foundation and real humans are currently evaluating your PR. TTYL, DNFBOT; |
|
||
namespace Microsoft.AspNet.Http.Features.Internal | ||
{ | ||
public class DefaultHttpRequestIdentifierFeature : HttpRequestIdentifierFeature, IHttpRequestIdentifierFeature |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no reason for DefaultHttpRequestIdentifierFeature to exist independent of HttpRequestIdentifierFeature, just merge them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Expose TraceIdentifier on Httpcontext Also resolves aspnet#412 Add tests Merge DefaultHttpRequestIdentifierFeature and HttpRequestIdentifierFeature
Resolves aspnet#392 Requires aspnet/HttpAbstractions#435 Move HttpRequestIdentifierFeature to HttpAbsractions
Resolves aspnet#392 Requires aspnet/HttpAbstractions#435 Move HttpRequestIdentifierFeature to HttpAbsractions
@benaadams can you rebase this? |
Rebased aspnet#435 Allow lazier instantiation Expose TraceIdentifier on Httpcontext Also resolves aspnet#412 Add tests
Rebased (rather recreated) in #440 |
Rebased aspnet#435 Allow lazier instantiation Expose TraceIdentifier on Httpcontext Also resolves aspnet#412 Add tests
Allow lazier instantiation
Expose TraceIdentifier on Httpcontext
Also resolves #412
Add tests