Dapper.CX.SqlServer 1.0.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dapper.CX.SqlServer --version 1.0.9                
NuGet\Install-Package Dapper.CX.SqlServer -Version 1.0.9                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Dapper.CX.SqlServer" Version="1.0.9" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dapper.CX.SqlServer --version 1.0.9                
#r "nuget: Dapper.CX.SqlServer, 1.0.9"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Dapper.CX.SqlServer as a Cake Addin
#addin nuget:?package=Dapper.CX.SqlServer&version=1.0.9

// Install Dapper.CX.SqlServer as a Cake Tool
#tool nuget:?package=Dapper.CX.SqlServer&version=1.0.9                

SQL Server implementation of Dapper.CX

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Dapper.CX.SqlServer:

Package Downloads
Dapper.CX.SqlServer.AspNetCore

SQL Server crud service for .NET Core apps

SqlServer.Util.Library

A grab bag of SQL Server utilities: BulkInsert, SqlMigrator, and ViewMaterializer

AO.DbCache

A simple, generic cache solution for SQL Server

Dapper.CX.ChangeTracking

Track row change history across your database by user, with key-to-text lookups

AO.JobTracker

A generic background job logging library with SQL Server integration and optional idempotency

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.33 3,412 3/19/2021
1.3.32 526 3/1/2021
1.3.31 3,630 2/24/2021
1.3.29 2,145 2/4/2021
1.3.28 507 1/29/2021
1.3.27 661 1/18/2021
1.3.26 973 1/15/2021
1.3.25 617 12/30/2020
1.3.24 505 12/28/2020
1.3.23 521 12/28/2020
1.3.22 616 12/12/2020
1.3.21 541 12/11/2020
1.3.19 700 12/4/2020
1.3.17 678 12/1/2020
1.3.15 561 11/16/2020
1.3.14 630 11/16/2020
1.3.13 1,469 11/8/2020
1.3.12 858 10/30/2020
1.3.11 601 10/29/2020
1.3.10 646 10/23/2020
1.3.9 622 10/21/2020
1.3.5 513 10/20/2020
1.3.3 598 10/15/2020
1.3.2 787 9/24/2020
1.3.1 488 9/22/2020
1.2.2-beta 687 9/19/2020
1.2.1-beta 506 9/19/2020
1.1.11 643 8/2/2020
1.1.10 652 6/26/2020
1.1.9 585 6/22/2020
1.1.5 604 6/11/2020
1.1.2 976 5/26/2020
1.1.1 540 5/20/2020
1.0.32 531 4/25/2020
1.0.31 709 4/23/2020
1.0.30 791 4/22/2020
1.0.29 556 4/4/2020
1.0.24 544 3/18/2020
1.0.23 540 3/18/2020
1.0.21 591 2/29/2020
1.0.17 528 2/23/2020
1.0.15 541 2/14/2020
1.0.14 542 2/4/2020
1.0.9 598 1/7/2020
1.0.7 672 1/6/2020

swapped System.Data.SqlClient with Microsoft.Data.SqlClient