dotnet/runtime

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

开放

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

 (3 条评论) (0 个反应) (0 位负责人)C# (5,445 个派生)batch import
area-System.Net.Httphelp wantedtest-enhancement

仓库指标

星标
 (17,886 个星标)
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

贡献者指南