Go to file
Kristian Hellang 513f6ac816 Avoid having to return anything in StartupBase.ConfigureServices (#957)
* Implement IStartup explicitly so we don't have to return a service provider
* Inherit StartupBase and override CreateServiceProvider
2017-06-23 08:48:06 -07:00
build Preapre for StackTrace.Sources changes 2017-06-22 11:18:43 -07:00
samples/SampleStartups Avoid having to return anything in StartupBase.ConfigureServices (#957) 2017-06-23 08:48:06 -07:00
shared/Microsoft.AspNetCore.Certificates.Configuration.Sources
src Avoid having to return anything in StartupBase.ConfigureServices (#957) 2017-06-23 08:48:06 -07:00
test Create a scoped service provider for the call to Configure (#1106) 2017-06-19 14:14:20 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Hosting.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.sh
version.props

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.