0

Using the ServiceStack Http Util extension methods, and following the exact instructions found here, invoking:

var result = await uri.GetJsonFromUrlAsync();

My application just terminates - no exception, no result, nothing. If I switch the call from async to sync it works just fine.

This is the only thing in the output windows:

The program '[42260] dotnet.exe: Program Trace' has exited with code 0 (0x0).
The program '[42260] dotnet.exe' has exited with code 0 (0x0).

Any hints here or additional troubleshooting steps?

dingalla
  • 1,219
  • 3
  • 12
  • 19
  • What URL were you using or how can we repro this? – mythz Dec 09 '18 at 04:43
  • @mythz - Well, I created a quick netcoreapp console app to paste a gist and it worked fine. So I then created a quick xUnit test project and it worked just fine. That leaves: it's my problem... Thank you for responding. – dingalla Dec 09 '18 at 05:44

0 Answers0