dotnet/runtime

Gaps in kestrel version of networking test echo server (as compared to obsolete CoreFxNetCloudService)

Open

#52,693 创建于 2021年5月13日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)C# (5,445 fork)batch import
area-System.Net.Httphelp wantedtest-enhancement

仓库指标

Star
 (17,886 star)
PR 合并指标
 (平均合并 12天 11小时) (30 天内合并 661 个 PR)

描述

In https://github.com/dotnet/runtime/pull/52642 as part of https://github.com/dotnet/runtime/issues/42852 we are bringing kestrel version of the obsolete CoreFxNetCloudService echo test server.

The proposed implementation is missing:

  • Any deployment logic to be able to host it in Azure
  • Any test certificates, which the unit tests may expect
  • ClientCertificate capturing in NetCoreServer\Helpers\RequestInformation.cs and necessary setup of kestrel to receive it.
  • delete the obsolete CoreFxNetCloudService from runtime repo

贡献者指南