Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 578
Enable ConfigureAwait(false) analyzer #12087
Copy link
Copy link
Open
Labels
android-toolsIssues migrated from dotnet/android-tools / relates to the xamarin-android-tools subtreeIssues migrated from dotnet/android-tools / relates to the xamarin-android-tools subtreeenhancementProposed change to current functionality.Proposed change to current functionality.needs-triageIssues that need to be assigned.Issues that need to be assigned.
Milestone
Description
Activity
Metadata
Metadata
Labels
android-toolsIssues migrated from dotnet/android-tools / relates to the xamarin-android-tools subtreeIssues migrated from dotnet/android-tools / relates to the xamarin-android-tools subtreeenhancementProposed change to current functionality.Proposed change to current functionality.needs-triageIssues that need to be assigned.Issues that need to be assigned.
Per review feedback on dotnet/android-tools#327, we should enable the
ConfigureAwait(false)analyzer to enforce consistent usage across the codebase.Reference: dotnet/sdk#54116
This would prevent forgetting
ConfigureAwait(false)in library code targetingnetstandard2.0.cc @jonathanpeppers