Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khellang/testwebrequestgettingstuck

Attempt to replicate GET request getting stuck when there is reference to netstandard 2.0
https://github.com/khellang/testwebrequestgettingstuck

Last synced: 5 days ago
JSON representation

Attempt to replicate GET request getting stuck when there is reference to netstandard 2.0

Awesome Lists containing this project

README

        

# Attempt to replicate GET request getting stuck when there is reference to netstandard 2.0

Reproduced on my machine with:

* dotnet-sdk-2.0.0-preview2-006497-win-x64
* VS2017 Preview 7.0 (version 15.3)

Instructions:
1) Compile the solution
2) Run WebServiceTest executable - this creates webservice with one GET endpoint at http://localhost:9000/foo
3) Run TestWebRequestGettingStuck
4) If EmptyNetstandardLib reference is removed from TestWebRequestGettingStuck - the loop with GET requests runs as expected