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 targeting netstandard2.0.
cc @jonathanpeppers
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