|
|
|
|
|
by fabian2k
589 days ago
|
|
.NET Core web apps have no synchronization context anymore, which is exactly what you're asking for if I understand you correctly. There is no need to call ConfigureAwait there. I think this is different for GUI apps, but I have no experience with that. |
|