aspnetcore/test/Microsoft.AspNetCore.Hostin...
David Fowler ddb1bfeb20 Add support for executing IHostingStartup in specified assemblies (#961)
* Add support for executing IHostingStartup in specified assemblies
- Assemblies that are specified in the "hostingStartupAssemblies" configuration (; delimited)
  setting can specify assemblies that use an assembly level attribute (HostingStartupAttribute)
  to specify a type that implements IHostingStartup. This allows hosting environments to
  extend the IWebHostBuilder with platform specific behavior before the application runs.
- Added tests
- Log errors that occur during load and execution of the IHostingStartup
when capture startup errors is off. This happens on start of the application.
- Added debug logging on startup to print out the hosted startup assemblies hosting
processed

#951
2017-03-22 20:23:04 -07:00
..
Fakes
Internal Converted test projects and samples to run on netcoreapp2.0 2017-03-21 13:55:12 -07:00
testroot
ConfigureBuilderTests.cs
HostingApplicationTests.cs Added EventSource to Hosting 2016-11-30 14:22:46 -08:00
HostingEnvironmentExtensionsTests.cs
Microsoft.AspNetCore.Hosting.Tests.csproj Add support for executing IHostingStartup in specified assemblies (#961) 2017-03-22 20:23:04 -07:00
StartupManagerTests.cs
WebHostBuilderTests.cs Add support for executing IHostingStartup in specified assemblies (#961) 2017-03-22 20:23:04 -07:00
WebHostConfigurationsTests.cs
WebHostTests.cs Remove addition of default address to IServerAddressesFeature when none is specified 2017-03-02 15:12:52 -08:00