8 results for “topic:configureawait”
🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)
Benchmarking code with and without configure await
C++ programs projects algorithms framework tests and cmake configurations
Defines an awaitable, task-like .NET SlimTask value type suitable for library use that doesn't capture the synchronization context by default. It doesn't require ConfigureAwait(false) everywhere, and it supports ConfigureAwait(true) if you need the context.
Common code for STR Applications
A fody addin that configures all awaiters.
This demo shows the usage of `ConfigureAwait()` methods and its impact in ASP.NET vs ASP.NET Core.
A command line tool for ensuring ConfigureAwait is specified for all awaits. Ideal for running in a CI pipeline.