Jehoel.AsyncDataAdapter
5.0.0
dotnet add package Jehoel.AsyncDataAdapter --version 5.0.0
NuGet\Install-Package Jehoel.AsyncDataAdapter -Version 5.0.0
<PackageReference Include="Jehoel.AsyncDataAdapter" Version="5.0.0" />
paket add Jehoel.AsyncDataAdapter --version 5.0.0
#r "nuget: Jehoel.AsyncDataAdapter, 5.0.0"
// Install Jehoel.AsyncDataAdapter as a Cake Addin
#addin nuget:?package=Jehoel.AsyncDataAdapter&version=5.0.0
// Install Jehoel.AsyncDataAdapter as a Cake Tool
#tool nuget:?package=Jehoel.AsyncDataAdapter&version=5.0.0
Jehoel.AsyncDataAdapter builds on Vladimir Kloz' original AsyncDataAdapter package, with support for .NET Standard 2.0, and numerous other improvements. The original implementation is based on Microsoft's MIT-licensed implementation of DataReader, DbDataReader, and SqlDataReader.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Jehoel.AsyncDataAdapter:
Package | Downloads |
---|---|
Jehoel.AsyncDataAdapter.System.Data.SqlClient
Jehoel.AsyncDataAdapter builds on Vladimir Kloz' original AsyncDataAdapter package, with support for .NET Standard 2.0, and numerous other improvements. The original implementation is based on Microsoft's MIT-licensed implementation of DataReader, DbDataReader, and SqlDataReader. |
|
Jehoel.AsyncDataAdapter.Microsoft.Data.SqlClient
Jehoel.AsyncDataAdapter.Microsoft.Data.SqlClient provides an AsyncDataAdapter for Microsoft.Data.SqlClient |
GitHub repositories
This package is not used by any popular GitHub repositories.
Historical releases:
1.0 - 1.0.25.1 - See AsyncDataAdapter and https://github.com/voloda/AsyncDataAdapter
2.0 - <3.0 -See https://github.com/jkruer01/AsyncDataAdapter
3.0 -https://github.com/Jehoel/AsyncDataAdapter/
3.0 - Completed async support: uses `ConfigureAwait(false)` internally, ensuring no synchronous operations are invoked. Code clean-up. Renaming types with an `Ada` prefix to avoid conflicts with original System.Data types. Project and output NuGet package now targets .NET Standard 2.0 and Microsoft.Data.SqlClient instead of .NET Framework.
4.0.0 - Major reworking: the main async DbDataAdapter (ProxyDbDataAdapter) now derives from DbDataAdapter and fully support both synchronous and asynchronous Fill, FillAsync, FillSchema, FillSchemaAsync, Update, and UpdateSync with overloads for all async equivalents - and implements support for different ADO.NET providers in their own projects. Phew!
5.0.0 - Removing root package dependency on Microsoft.Data.SqlCLient which was meant to have been removed in 4.0.0.