Dashing 1.0.16

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dashing --version 1.0.16                
NuGet\Install-Package Dashing -Version 1.0.16                
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="Dashing" Version="1.0.16" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dashing --version 1.0.16                
#r "nuget: Dashing, 1.0.16"                
#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 Dashing as a Cake Addin
#addin nuget:?package=Dashing&version=1.0.16

// Install Dashing as a Cake Tool
#tool nuget:?package=Dashing&version=1.0.16                

Dashing is a simple to use mini ORM built on top of Dapper. It aims to provide fantastic productivity while not sacrificing (too much) performance.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Dashing:

Package Downloads
Dashing.Testing

Dashing is a simple to use mini ORM built on top of Dapper. It aims to provide fantastic productivity while not sacrificing (too much) performance.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Dashing:

Repository Stars
DapperLib/Dapper
Dapper - a simple object mapper for .Net
Version Downloads Last updated
2.10.1 3,076 1/12/2024
2.10.0 2,413 7/10/2023
2.9.3 290 4/20/2023
2.9.2 256 4/20/2023
2.9.1 252 4/20/2023
2.9.0 247 4/20/2023
2.8.4 304 3/23/2023
2.8.3 385 1/19/2023
2.8.2 370 1/11/2023
2.8.1 391 12/19/2022
2.8.0 382 12/14/2022
2.8.0-rc1 192 12/5/2022
2.7.1 394 11/23/2022
2.7.0 392 11/16/2022
2.6.1 912 3/22/2022
2.6.0 745 10/7/2021
2.5.1 684 6/25/2021
2.5.0 670 6/17/2021
2.5.0-rc2 389 6/17/2021
2.5.0-rc1 391 6/17/2021
2.4.3 13,080 6/2/2020
2.4.2 1,413 11/7/2019
2.4.1 1,052 11/5/2019
2.4.0 1,184 10/10/2019
2.4.0-alpha 719 9/18/2019
2.3.0-rc2 875 5/30/2019
2.3.0-rc1 829 5/30/2019
2.3.0-beta 864 5/20/2019
2.2.0 8,882 4/8/2019
2.1.4 1,250 7/11/2019
2.1.3 1,385 3/14/2019
2.1.2 1,568 1/24/2019
2.1.1 1,325 1/24/2019
2.1.0 1,352 1/23/2019
2.0.8 1,476 10/17/2018
2.0.7 9,828 8/27/2018
2.0.6 1,368 7/26/2018
1.0.22 603 12/10/2020
1.0.21 674 5/21/2020
1.0.20 633 3/24/2020
1.0.19 1,207 10/4/2018
1.0.18 1,887 11/27/2017
1.0.17 1,297 8/14/2017
1.0.16 1,297 8/8/2017
1.0.15 1,483 1/26/2017
1.0.14 1,411 10/18/2016
1.0.13 1,359 9/9/2016
1.0.12 1,369 8/9/2016
1.0.11 1,347 6/10/2016
1.0.10 1,377 6/7/2016
1.0.9 1,412 4/21/2016
1.0.8 1,425 4/6/2016
1.0.7 1,362 3/14/2016
1.0.6 1,346 3/14/2016
1.0.5 1,334 3/11/2016
1.0.4 1,352 3/4/2016
1.0.3 1,299 3/3/2016
1.0.2 1,447 1/21/2016
1.0.1 1,347 1/11/2016
1.0.0 3,947 1/8/2016

See Git Log at https://github.com/Polylytics/dashing

v1.0.16 Fix bug with creating Guid primary keys