Go to file
David Fowler 6b095cf533
Allow overriding the hosting service provider (#1325)
- Use the IServiceProviderFactory<IServiceCollection>
- Assert creation and disposal service providers
- Updated the tests to verify that service providers are created and disposed
- Called CreateBuilder even in the default case in case the service collection is modified as part of it.
2018-01-31 16:03:40 -08:00
build Update dependencies.props 2018-01-04 01:10:55 +00:00
samples
shared/Microsoft.AspNetCore.Hosting.WebHostBuilderFactory.Sources [Fixes #1301] Remove Microsoft.AspNetCore.Certificates.Configuration.Sources 2017-12-30 12:26:26 -08:00
src Allow overriding the hosting service provider (#1325) 2018-01-31 16:03:40 -08:00
test Allow overriding the hosting service provider (#1325) 2018-01-31 16:03:40 -08:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
Hosting.sln [Fixes #1301] Remove Microsoft.AspNetCore.Certificates.Configuration.Sources 2017-12-30 12:26:26 -08:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json [Fixes #1301] Remove Microsoft.AspNetCore.Certificates.Configuration.Sources 2017-12-30 12:26:26 -08:00
README.md
build.cmd
build.sh
korebuild-lock.txt Update dependencies.props 2018-01-06 14:42:41 -08:00
korebuild.json
run.cmd
run.ps1
run.sh
version.props Updating version to preview2 2018-01-24 15:00:27 -08:00

README.md

Hosting

AppVeyor: AppVeyor

Travis: Travis

The Hosting repo contains code required to host an ASP.NET Core application, it is the entry point used when self-hosting an application.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.