aspnetcore/test/Microsoft.AspNet.Hosting.Tests/Fakes
David Fowler 559f5491d4 Make services registered in ConfigureServices work in Configure
- Added a test

#114
2014-12-06 10:41:10 -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 Reacting to DI changes 2014-11-24 10:10:51 -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 GetDefaultServices -> AddHosting 2014-11-24 17:33:11 -08:00
StartupBoom.cs
StartupNoServices.cs
StartupUseServices.cs
StartupWithConfigureServices.cs Make services registered in ConfigureServices work in Configure 2014-12-06 10:41:10 -08:00
StartupWithServices.cs