aspnetcore/test/Microsoft.AspNetCore.Http.A...
Doug Bunting 6725d68559 Move some implementations (all feature implementations) out of `.Internal` 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
2016-03-30 16:01:37 -07:00
..
HostStringTest.cs
HttpResponseWritingExtensionsTests.cs Move some implementations (all feature implementations) out of `.Internal` namespaces 2016-03-30 16:01:37 -07:00
MapPathMiddlewareTests.cs Move some implementations (all feature implementations) out of `.Internal` namespaces 2016-03-30 16:01:37 -07:00
MapPredicateMiddlewareTests.cs Move some implementations (all feature implementations) out of `.Internal` namespaces 2016-03-30 16:01:37 -07:00
Microsoft.AspNetCore.Http.Abstractions.Tests.xproj Remove project name from output path 2016-03-02 18:51:48 -08:00
PathStringTests.cs
QueryStringTests.cs
UseMiddlewareTest.cs Move some implementations (all feature implementations) out of `.Internal` namespaces 2016-03-30 16:01:37 -07:00
project.json Fixed build 2016-03-25 01:54:05 -07:00