Chef.Extensions.Dapper 2.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Chef.Extensions.Dapper --version 2.2.0
                    
NuGet\Install-Package Chef.Extensions.Dapper -Version 2.2.0
                    
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="Chef.Extensions.Dapper" Version="2.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Chef.Extensions.Dapper" Version="2.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Chef.Extensions.Dapper" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Chef.Extensions.Dapper --version 2.2.0
                    
#r "nuget: Chef.Extensions.Dapper, 2.2.0"
                    
#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.
#addin nuget:?package=Chef.Extensions.Dapper&version=2.2.0
                    
Install Chef.Extensions.Dapper as a Cake Addin
#tool nuget:?package=Chef.Extensions.Dapper&version=2.2.0
                    
Install Chef.Extensions.Dapper as a Cake Tool

my useful extension methods Of Dapper.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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 net451 is compatible.  net452 was computed.  net46 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.1 597 3/2/2022
2.3.0 649 6/3/2020
2.2.8 824 6/2/2020
2.2.7 956 6/1/2020
2.2.6 543 6/1/2020
2.2.5 1,034 5/31/2020
2.2.4 823 5/31/2020
2.2.3 849 5/31/2020
2.2.2 805 5/30/2020
2.2.0 789 5/29/2020
2.1.13 781 5/27/2020
2.1.12 1,514 5/18/2020
2.1.11 759 5/15/2020
2.1.10 1,001 4/13/2020
2.1.9 565 4/13/2020
2.1.8 1,219 4/7/2020
2.1.7 802 3/31/2020
2.1.6 989 3/26/2020
2.1.5 778 3/20/2020
2.1.4 1,579 1/19/2020
2.1.3 2,575 1/7/2020
2.1.2 1,013 12/30/2019
2.1.1 627 12/26/2019
2.0.9 549 12/25/2019
2.0.7 637 12/22/2019
2.0.5 590 12/21/2019
2.0.3 583 12/20/2019
2.0.2 606 12/18/2019
1.0.26 588 12/17/2019
1.0.24 651 10/14/2019
1.0.23 640 10/14/2019
1.0.22 611 10/13/2019
1.0.21 601 10/13/2019
1.0.20 645 8/8/2019
1.0.19 723 4/4/2019
1.0.18 711 4/1/2019
1.0.17 703 3/30/2019
1.0.16 665 3/30/2019
1.0.15 754 1/22/2019
1.0.14 829 11/14/2018
1.0.13 861 10/11/2018
1.0.12 834 10/11/2018
1.0.11 853 10/3/2018
1.0.10 876 10/2/2018
1.0.9 867 10/1/2018
1.0.8 873 9/26/2018
1.0.7 857 9/26/2018
1.0.6 880 9/25/2018
1.0.3 862 9/24/2018
1.0.2 848 9/24/2018
1.0.1 924 9/19/2018
1.0.0 870 9/19/2018

version 2.2.0, support INNER JOIN and LEFT JOIN two tables.