aspnetcore/test/Microsoft.AspNet.Hosting.Tests/Fakes
dtkujawski fe3675a9e0 Ability to derive Startup from a base class and have "Configure" and "ConfigureServices" be invoked from the base class when present. 2015-02-12 17:40:14 -06:00
..
FakeOptions.cs Use/EnsureRequestServices changes 2014-10-14 19:01:01 -07:00
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 Ability to derive Startup from a base class and have "Configure" and "ConfigureServices" be invoked from the base class when present. 2015-02-12 17:40:14 -06:00
StartupBase.cs Ability to derive Startup from a base class and have "Configure" and "ConfigureServices" be invoked from the base class when present. 2015-02-12 17:40:14 -06:00
StartupBoom.cs Use/EnsureRequestServices changes 2014-10-14 19:01:01 -07:00
StartupNoServices.cs
StartupUseServices.cs Use/EnsureRequestServices changes 2014-10-14 19:01:01 -07:00
StartupWithConfigureServices.cs Make services registered in ConfigureServices work in Configure 2014-12-06 10:41:10 -08:00
StartupWithServices.cs