aspnetcore/test/Microsoft.AspNet.Hosting.Tests/Fakes
Eilon Lipton 16c8d51d0b Fixes #76 - improve error messages in Hosting
Removed the TODOs from messages, and generally made them more readable.
2015-03-01 22:55:27 -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 Switch from tabs to spaces 2015-02-12 23:45:26 -06:00
StartupBase.cs Removed Ctor, Cleaned up namespace and removed extra vertical spacing as per comments. 2015-02-13 11:47:42 -06: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
StartupWithConfigureServicesNotResolved.cs Fixes #76 - improve error messages in Hosting 2015-03-01 22:55:27 -08:00
StartupWithServices.cs