❔ httpClient.PostAsync() - Program exits and never hits my breakpoint after?
This is the code:
When I step through the code with my debugger it gets as far as
I don't know if this changes things but core is a class in a Class Library. I am using a Unit Test to run the test.
Sorry if this is a really stupid question but I'm stumped.
When I step through the code with my debugger it gets as far as
var response... and then the application exits.... It should get to the code below.I don't know if this changes things but core is a class in a Class Library. I am using a Unit Test to run the test.
Sorry if this is a really stupid question but I'm stumped.

