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: 3 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T09:05:42.000Z (over 8 years ago)
- Last Synced: 2025-03-10T14:51:55.012Z (about 1 year 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
## Sponsors
[Entity Framework Extensions](https://entityframework-extensions.net/?utm_source=khellang&utm_medium=TestWebRequestGettingStuck) and [Dapper Plus](https://dapper-plus.net/?utm_source=khellang&utm_medium=TestWebRequestGettingStuck) are major sponsors and proud to contribute to the development of TestWebRequestGettingStuck.
[](https://entityframework-extensions.net/bulk-insert?utm_source=khellang&utm_medium=TestWebRequestGettingStuck)
[](https://dapper-plus.net/bulk-insert?utm_source=khellang&utm_medium=TestWebRequestGettingStuck)