aspnetcore/test/Microsoft.AspNetCore.Hostin.../Fakes
Pranav K abe6dd5692 Merge branch 'release' into dev 2016-04-26 10:18:15 -07:00
..
FakeOptions.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
FakeService.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
IFactoryService.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
IFakeEveryService.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
IFakeScopedService.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
IFakeService.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
IFakeServiceInstance.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
IFakeSingletonService.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
IFakeStartupCallback.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
INonexistentService.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
Startup.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
StartupBase.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
StartupBoom.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
StartupConfigureServicesThrows.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
StartupConfigureThrows.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
StartupCtorThrows.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
StartupNoServices.cs This change introduces a new service `IStartup` that can be registered in the hosting container to override any startup logic. `UseStartup` overloads have been changed to detect `IStartup` and directly put it in the container, or to wrapping it with a `ConventionBasedStartup` implementation to preserve the existing behavior. 2016-04-18 21:33:03 -07:00
StartupPrivateConfigure.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
StartupStaticCtorThrows.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
StartupThrowTypeLoadException.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
StartupTwoConfigureServices.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
StartupTwoConfigures.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
StartupWithConfigureServices.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
StartupWithConfigureServicesNotResolved.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
StartupWithHostingEnvironment.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
StartupWithNullConfigureServices.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00
StartupWithServices.cs Rename AspNet 5 file contents. 2016-01-22 12:21:40 -08:00