* [Kestrel] Move to GenericHost * Change TransportSelector * Add an empty app for TestServer * Add an empty app for TestServer * Set app * Stop host * Stop the TestSserver * Stop more hosts! * Stop host in dispose * implement IAsyncDisposable for TestServer * configure await * catch OperationCanceledException * Apply suggestions from code review Co-authored-by: Brennan <brecon@microsoft.com> |
||
|---|---|---|
| .. | ||
| Core | ||
| Kestrel | ||
| Transport.Libuv | ||
| Transport.Quic | ||
| Transport.Sockets/src | ||
| perf/Kestrel.Performance | ||
| samples | ||
| shared | ||
| stress | ||
| test | ||
| tools/CodeGenerator | ||
| .vsconfig | ||
| Directory.Build.props | ||
| Kestrel.slnf | ||
| NuGet.config | ||
| README.md | ||
| build.cmd | ||
| build.sh | ||
| startvs.cmd | ||
| xunit.runner.json | ||
README.md
KestrelHttpServer
Kestrel is a cross-platform web server for ASP.NET Core.
File logging for functional test
Turn on file logging for Kestrel functional tests by specifying the environment variable ASPNETCORE_TEST_LOG_DIR to the log output directory.