aspnetcore/test
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
..
Microsoft.AspNetCore.Certificates.Configuration.Tests
Microsoft.AspNetCore.Hosting.FunctionalTests
Microsoft.AspNetCore.Hosting.TestSites
Microsoft.AspNetCore.Hosting.Tests [Fixes #1012] Make it possible to override services when using UseStartup. 2017-08-23 14:32:51 -07:00
Microsoft.AspNetCore.TestHost.Tests [Fixes #1012] Make it possible to override services when using UseStartup. 2017-08-23 14:32:51 -07:00
TestStartupAssembly1