Feature request: await missing ConfigureAwait
It would be great if we could have native support for "await missing ConfigureAwait", as with this plugin: https://github.com/aelij/ReSharperPlugins
We require every await to have a ConfigureAwait(true) or ConfigureAwait(false) since the difference is so important.
Thanks!
- Ed
Please sign in to leave a comment.