This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 193
Move feature implementations into Microsoft.AspNetCore.Http.Features
namespace
#592
Comments
Self-assigning because I was playing with this cleanup already. |
This was referenced Mar 21, 2016
Move remaining feature interfaces into
Microsoft.AspNetCore.Http.Features
package and namespace
#589
Closed
dougbu
added a commit
that referenced
this issue
Mar 30, 2016
…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
dougbu
added a commit
to aspnet/Hosting
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/KestrelHttpServer
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/HttpSysServer
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/IISIntegration
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/CORS
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/Routing
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/StaticFiles
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/Antiforgery
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/Diagnostics
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/Security
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/Mvc
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/Identity
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/Entropy
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/MusicStore
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
This was referenced Mar 30, 2016
This was referenced Mar 30, 2016
dougbu
added a commit
that referenced
this issue
Mar 30, 2016
…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
dougbu
added a commit
to aspnet/Hosting
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/KestrelHttpServer
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/HttpSysServer
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/IISIntegration
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/CORS
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/Routing
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/StaticFiles
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/Antiforgery
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/Diagnostics
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/Security
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/Mvc
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/Identity
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/Entropy
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
dougbu
added a commit
to aspnet/MusicStore
that referenced
this issue
Mar 30, 2016
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
#589 exposes all of the feature interfaces
public
ly. But the feature implementations remain inMicrosoft.AspNetCore.Http.Features.Internal
andMicrosoft.AspNetCore.Http.Features.Authentication.Internal
. Since the feature implementations are used in Kestrel and supported, they should also be moved toMicrosoft.AspNetCore.Http.Features
andMicrosoft.AspNetCore.Http.Features.Authentication
.See comment here for example.
The text was updated successfully, but these errors were encountered: