Skip to content

A Roslyn analyzer to not let you forget to add .ConfigureAwait(false)

License

Notifications You must be signed in to change notification settings

rzlsoftware/RZL.ConfigureAwaitAnalyzer

Repository files navigation

RZL.ConfigureAwaitAnalyzer

A Roslyn analyzer to not let you forget to add .ConfigureAwait(false)

Helps you to ensure that all await calls are configured to not capture the actual context.
That is important when calling .Wait() or .Result on a running Task in a WPF Application (excapt the last one in the View/ViewModel).

Releases

No releases published

Packages

No packages published