Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

New analizer suggestion: ConfigureAwait checking #459

Open
DavidKarlas opened this issue Jan 20, 2015 · 0 comments
Open

New analizer suggestion: ConfigureAwait checking #459

DavidKarlas opened this issue Jan 20, 2015 · 0 comments

Comments

@DavidKarlas
Copy link
Contributor

Libraries writers who use async/await (e.g. roslyn) use almost always .ConfigureAwait(false). I this case it would make sense to have some analizer like this: http://blog.cincura.net/233476-checking-for-configureawait-false-automatically/

If WPF or other UI developers don't like this warnings they can always disable this analizer... or use .ConfigureAwait(true) to silence it if 99% of other await have to use .ConfigureAwait(false).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant