aspnetcore/test/Microsoft.AspNetCore.Hostin.../Internal
Javier Calvarro Nelson 964b671288 [Fixes #1012] Make it possible to override services when using UseStartup.
* Add IStartupConfigureServicesFilter to wrap ConfigureServices.
* Add IStartupConfigureContainerFilter<TContainerBuilder> to wrap
  ConfigureContainer.
* Make StartupLoader build a thunk for configure services that
  resolves all instances of IStartupConfigureServicesFilter and
  IStartupConfigureContainerFilter<TContainerBuilder> and wraps
  invocations to ConfigureServices and ConfigureContainer respectively.
* Refactor building the ConfigureServices callback into a private
  builder class due to the increased complexity in the process.
2017-08-23 14:32:51 -07:00
..
HostingEventSourceTests.cs Upgrade to xunit 2.3.0-beta4 2017-08-22 15:25:22 -07:00
HostingRequestStartLogTests.cs Adds .Value to logger calls to avoid calling .ToUriComponents on a bad header. (#1169) 2017-08-18 09:43:04 -07:00
MyBadContainerFactory.cs
MyContainer.cs [Fixes #1012] Make it possible to override services when using UseStartup. 2017-08-23 14:32:51 -07:00
MyContainerFactory.cs