aspnetcore/test/Microsoft.AspNetCore.TestHo...
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
..
ClientHandlerTests.cs Make WebHost internal 2017-04-24 14:46:35 -07:00
Microsoft.AspNetCore.TestHost.Tests.csproj Target NETStandard2.0 and add WindowsServices back 2017-05-19 14:17:02 -07:00
RequestBuilderTests.cs
ResponseFeatureTests.cs
TestClientTests.cs Make WebHost internal 2017-04-24 14:46:35 -07:00
TestServerTests.cs [Fixes #1012] Make it possible to override services when using UseStartup. 2017-08-23 14:32:51 -07:00