dotnet/runtime
Auf GitHub ansehenGaps in kestrel version of networking test echo server (as compared to obsolete CoreFxNetCloudService)
Open
#52.693 geöffnet am 13. Mai 2021
area-System.Net.Httphelp wantedtest-enhancement
Repository-Metriken
- Stars
- (17.886 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 12T 11h) (661 gemergte PRs in 30 T)
Beschreibung
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
ClientCertificatecapturing inNetCoreServer\Helpers\RequestInformation.csand necessary setup of kestrel to receive it.- See this conversation
- it probably makes this test always pass the null asssert.
- delete the obsolete CoreFxNetCloudService from runtime repo