- Split UseServices overloads into UseRequestServices and UseServices
- Add RequestServicesContainer class which contains the old
ContainerMiddleware logic and exposes a new
EnsureRequestServices(HttpContext) method which can be called to
populate RequestServices
- ConfigureServices now scans for Configure{Env}Services instead of
ConfigureServices{Env}
- Add OptionsServices as part of default HostingServices
|
||
|---|---|---|
| .. | ||
| Properties | ||
| ClientHandlerTests.cs | ||
| Microsoft.AspNet.TestHost.Tests.kproj | ||
| RequestBuilderTests.cs | ||
| ResponseFeatureTests.cs | ||
| TestApplicationEnvironment.cs | ||
| TestClientTests.cs | ||
| TestServerTests.cs | ||
| project.json | ||