- 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
|
||
|---|---|---|
| .. | ||
| Fakes | ||
| HostingEngineTests.cs | ||
| HostingUtilitiesTests.cs | ||
| Microsoft.AspNet.Hosting.Tests.kproj | ||
| StartupManagerTests.cs | ||
| UseRequestServicesFacts.cs | ||
| UseServicesFacts.cs | ||
| project.json | ||