aspnetcore/test/Microsoft.AspNet.Hosting.Tests/Fakes
Hao Kung ac6f1223df Hosting changes reacting to fallback being removed
- HostingServices.Create() is the supported way to create a service
collection with kre services imported
- IHostingEnvironment is now a normal service
- IConfigureHostingEnvironment is how you configure it
2014-11-20 17:23:31 -08:00
..
FakeOptions.cs
FakeService.cs Hosting changes reacting to fallback being removed 2014-11-20 17:23:31 -08:00
IFactoryService.cs Hosting changes reacting to fallback being removed 2014-11-20 17:23:31 -08:00
IFakeEveryService.cs Hosting changes reacting to fallback being removed 2014-11-20 17:23:31 -08:00
IFakeScopedService.cs Hosting changes reacting to fallback being removed 2014-11-20 17:23:31 -08:00
IFakeService.cs Hosting changes reacting to fallback being removed 2014-11-20 17:23:31 -08:00
IFakeServiceInstance.cs Hosting changes reacting to fallback being removed 2014-11-20 17:23:31 -08:00
IFakeSingletonService.cs Hosting changes reacting to fallback being removed 2014-11-20 17:23:31 -08:00
IFakeStartupCallback.cs
INonexistentService.cs Hosting changes reacting to fallback being removed 2014-11-20 17:23:31 -08:00
Startup.cs
StartupBoom.cs
StartupNoServices.cs
StartupUseServices.cs
StartupWithServices.cs