dotnet/runtime

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

Open

#52,693 opened on May 13, 2021

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C# (5,445 forks)batch import
area-System.Net.Httphelp wantedtest-enhancement

Repository metrics

Stars
 (17,886 stars)
PR merge metrics
 (Avg merge 12d 11h) (661 merged PRs in 30d)

Description

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

Contributor guide