This website requires JavaScript.
Explore
Help
Sign In
huahaofeng
/
aspnetcore
Watch
1
Star
0
Fork
You've already forked aspnetcore
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
37d41f36c7
aspnetcore
/
test
/
Microsoft.AspNetCore.Hostin...
/
Fakes
History
Pavel Krymets
a29ceeb9e8
Deterministically dispose instances created by WebHostBuilder (
#868
)
2016-10-31 11:59:57 -07:00
..
FakeOptions.cs
…
FakeService.cs
…
IFactoryService.cs
…
IFakeEveryService.cs
…
IFakeScopedService.cs
…
IFakeService.cs
…
IFakeServiceInstance.cs
…
IFakeSingletonService.cs
…
IFakeStartupCallback.cs
…
INonexistentService.cs
…
Startup.cs
…
StartupBase.cs
…
StartupBoom.cs
…
StartupConfigureServicesThrows.cs
…
StartupConfigureThrows.cs
…
StartupCtorThrows.cs
…
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
…
StartupStaticCtorThrows.cs
…
StartupThrowTypeLoadException.cs
…
StartupTwoConfigureServices.cs
…
StartupTwoConfigures.cs
…
StartupWithConfigureServices.cs
…
StartupWithConfigureServicesNotResolved.cs
…
StartupWithHostingEnvironment.cs
…
StartupWithILoggerFactory.cs
Deterministically dispose instances created by WebHostBuilder (
#868
)
2016-10-31 11:59:57 -07:00
StartupWithNullConfigureServices.cs
…
StartupWithServices.cs
…