Issues with async/await in .NET Core when calling external APIs
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-03
csharp dotnet async-await httpclient
I'm currently working on a .NET Core 5 application and I've run into a problem with asynchronous calls when fetching data from an external API. I have a method ...