-
Notifications
You must be signed in to change notification settings - Fork 193
Move HttpContextAccessor from .Internal namespace #549
Comments
Suggest we take this further and move everything or almost everything our own repos depend on from |
@dougbu Good to close? |
No. I'm doing more of this in concert w/ the #592 fix at @davidfowl's urging. |
Taking this one because we're tying fix together w/ #592 i.e. will do one set of reaction PRs. |
Will move the following types to
Will also move files around in the repo so the remaining |
…rnal` namespaces - #549, #592 - move feature implementations to `Microsoft.AspNetCore.Http.Features` and `...Authentication.Features` - move `DefaultHttpContext`, `HttpContextAccessor`, `HttpContextFactory`, `FormCollection` and `HeaderDictionary` to `Microsoft.AspNetCore.Http` - move `FormFile` to `Microsoft.AspNetCore.Http.Internal` - that and `Microsoft.AspNetCore.Http.Authentication.Internal` are the remaining `.Internal` namespaces nits: - remove a couple of parameterless constructors - add / fill subfolders to align with new namespaces - remove all use of (unnecessary) "T:..." `<see cref=""/>` values
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
…rnal` namespaces - #549, #592 - move feature implementations to `Microsoft.AspNetCore.Http.Features` and `...Authentication.Features` - move `DefaultHttpContext`, `HttpContextAccessor`, `HttpContextFactory`, `FormCollection` and `HeaderDictionary` to `Microsoft.AspNetCore.Http` - move `FormFile` to `Microsoft.AspNetCore.Http.Internal` - that and `Microsoft.AspNetCore.Http.Authentication.Internal` are the remaining `.Internal` namespaces nits: - remove a couple of parameterless constructors - add / fill subfolders to align with new namespaces - remove all use of (unnecessary) "T:..." `<see cref=""/>` values
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
If users want to use this API they need to call
Today this requires adding
using Microsoft.AspNet.Http.Internal;
The text was updated successfully, but these errors were encountered: