- #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 |
||
|---|---|---|
| .. | ||
| Microsoft.AspNetCore.Http.Abstractions.Tests | ||
| Microsoft.AspNetCore.Http.Extensions.Tests | ||
| Microsoft.AspNetCore.Http.Features.Tests | ||
| Microsoft.AspNetCore.Http.Tests | ||
| Microsoft.AspNetCore.Owin.Tests | ||
| Microsoft.AspNetCore.WebUtilities.Tests | ||
| Microsoft.Net.Http.Headers.Tests | ||