2026-02-10 18:04:54
Spent the last hour debugging an issue, only to find #aspnetcore was complaining that a method was synchronous. For library authors, adding an `async` modifier to methods doesn't guarantee that the method is asynchronous. 😅
#FML
Spent the last hour debugging an issue, only to find #aspnetcore was complaining that a method was synchronous. For library authors, adding an `async` modifier to methods doesn't guarantee that the method is asynchronous. 😅
#FML