We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdeff3 commit ca2fe25Copy full SHA for ca2fe25
src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/LocalAppContextSwitches.cs
@@ -16,7 +16,7 @@ public static bool MakeReadAsyncBlocking
16
[MethodImpl(MethodImplOptions.AggressiveInlining)]
17
get
18
{
19
- return AppContext.TryGetSwitch(MakeReadAsyncBlockingString, out _makeReadAsyncBlocking) ? _makeReadAsyncBlocking : true;
+ return AppContext.TryGetSwitch(MakeReadAsyncBlockingString, out _makeReadAsyncBlocking) ? _makeReadAsyncBlocking : false;
20
}
21
22
0 commit comments