Enable ConfigureAwait(false) analyzer
Open
android-tools
enhancement
needs-triage
- Dominant language
- C#
- Stars
- 2.1k
- Forks
- 579
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 257
Description
Per [review feedback on dotnet/android-tools#327](https://github.com/dotnet/android-tools/pull/327#discussion_r3168273149), we should enable the `ConfigureAwait(false)` analyzer to enforce consistent usage across the codebase.
Reference: https://github.com/dotnet/sdk/pull/54116
This would prevent forgetting `ConfigureAwait(false)` in library code targeting `netstandard2.0`.
cc @jonathanpeppers
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.