You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@ Extensions are provided to create commands from connection factories.
17
17
18
18
## 8.0 Release Notes
19
19
20
-
- All `.ConfigureAwait(false)` are now `.ConfigureAwait(false)` as they should be.
21
-
The caller will need to `.ConfigureAwait(false)` if they need to resume on the calling context.
20
+
- All `.ConfigureAwait(true)` are now `.ConfigureAwait(false)` as they should be. The caller will need to `.ConfigureAwait(true)` if they need to resume on the calling context.
22
21
- Added `Open.Database.Extensions.MSSqlClient` for `Microsoft.Data.SqlClient` support.
23
22
- .NET 8.0 added to targets to ensure potential compliation and performance improvements are available.
0 commit comments