aspnetcore/test/Microsoft.AspNet.Hosting.Tests/Fakes
Pranav K 1ef8474be2 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:40 -07:00
..
FakeOptions.cs
FakeService.cs Dispose the service provider on app shutdown 2015-09-16 14:52:54 -07:00
IFactoryService.cs
IFakeEveryService.cs
IFakeScopedService.cs
IFakeService.cs
IFakeServiceInstance.cs
IFakeSingletonService.cs
IFakeStartupCallback.cs
INonexistentService.cs
RuntimeEnvironment.cs Updating RuntimeEnvironment after IRuntimeEnvironment changes 2015-09-29 13:52:13 -07:00
Startup.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:40 -07:00
StartupBase.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:40 -07:00
StartupBoom.cs
StartupConfigureServicesThrows.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:40 -07:00
StartupConfigureThrows.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:40 -07:00
StartupCtorThrows.cs #77 Catch startup exceptions and show them in the browser. 2015-09-24 21:41:08 -07:00
StartupNoServices.cs
StartupStaticCtorThrows.cs #77 Catch startup exceptions and show them in the browser. 2015-09-24 21:41:08 -07:00
StartupTwoConfigureServices.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:40 -07:00
StartupTwoConfigures.cs #212 Check for duplicate Configure or ConfigureServices methods. 2015-07-01 13:00:54 -07:00
StartupWithConfigureServices.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:40 -07:00
StartupWithConfigureServicesNotResolved.cs
StartupWithHostingEnvironment.cs
StartupWithNullConfigureServices.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:40 -07:00
StartupWithServices.cs