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

貢獻者指南