Per review feedback on #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 #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