Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khellang/testwebrequestgettingstuck
- Owner: khellang
- Created: 2017-09-05T15:09:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T09:05:42.000Z (over 7 years ago)
- Last Synced: 2025-01-15T00:11:58.312Z (11 days ago)
- Language: C#
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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