Go to file
Ryan Brandenburg a262ba1266 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:36:43 -07:00
.vscode Implement max connection limits 2017-05-26 12:27:48 -07:00
build Set "TreatWarningsAsErrors" before NuGet restore 2017-07-06 13:36:43 -07:00
samples Improved systemd activation tests (#1930) 2017-07-02 21:06:13 -07:00
src Domain socket handles (#1922) 2017-07-03 11:11:23 -07:00
test Fix flaky test: ConnectionResetMidRequestIsLoggedAsDebug (#1933) 2017-07-03 11:37:23 -07:00
tools/CodeGenerator Add feature to optionally disallow synchronous IO (#1919) 2017-07-03 11:07:17 -07:00
.gitattributes
.gitignore
.travis.yml Attempting to fix systemd activation with minimal changes (#1925) 2017-06-29 11:01:03 -07:00
CONTRIBUTING.md
KestrelHttpServer.sln React to Testing#280. 2017-06-23 16:47:50 -07:00
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:06:38 -07:00
NuGet.config Updating versions to preview3 2017-06-01 10:47:16 -07:00
NuGetPackageVerifier.json
README.md Update README.md (#1799) 2017-04-30 11:00:31 -07:00
ToProjectReferences.ps1
appveyor.yml Build rel/ branches on Travis and AppVeyor. 2017-04-27 18:07:57 -07:00
build.cmd
build.ps1 Updating build scripts to point to 2.0.0-preview2 KoreBuild 2017-05-31 19:53:24 -07:00
build.sh Updating build scripts to point to 2.0.0-preview2 KoreBuild 2017-05-31 19:53:24 -07:00
version.props Updating versions to preview3 2017-06-01 10:47:16 -07:00

README.md

KestrelHttpServer

Join the chat at https://gitter.im/aspnet/KestrelHttpServer

AppVeyor: AppVeyor

Travis: Travis

This repo contains a cross-platform web server for ASP.NET Core.

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.