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 4,229 1/12/2024
2.10.0 3,063 7/10/2023
2.9.3 304 4/20/2023
2.9.2 269 4/20/2023
2.9.1 265 4/20/2023
2.9.0 262 4/20/2023
2.8.4 318 3/23/2023
2.8.3 398 1/19/2023
2.8.2 387 1/11/2023
2.8.1 406 12/19/2022
2.8.0 397 12/14/2022
2.8.0-rc1 207 12/5/2022
2.7.1 417 11/23/2022
2.7.0 409 11/16/2022
2.6.1 937 3/22/2022
2.6.0 765 10/7/2021
2.5.1 703 6/25/2021
2.5.0 690 6/17/2021
2.5.0-rc2 405 6/17/2021
2.5.0-rc1 406 6/17/2021
2.4.3 13,194 6/2/2020
2.4.2 1,440 11/7/2019
2.4.1 1,075 11/5/2019
2.4.0 1,208 10/10/2019
2.4.0-alpha 740 9/18/2019
2.3.0-rc2 899 5/30/2019
2.3.0-rc1 854 5/30/2019
2.3.0-beta 885 5/20/2019
2.2.0 8,925 4/8/2019
2.1.4 1,277 7/11/2019
2.1.3 1,412 3/14/2019
2.1.2 1,595 1/24/2019
2.1.1 1,351 1/24/2019
2.1.0 1,380 1/23/2019
2.0.8 1,521 10/17/2018
2.0.7 9,892 8/27/2018
2.0.6 1,427 7/26/2018
1.0.22 625 12/10/2020
1.0.21 696 5/21/2020
1.0.20 656 3/24/2020
1.0.19 1,244 10/4/2018
1.0.18 1,952 11/27/2017
1.0.17 1,366 8/14/2017
1.0.16 1,363 8/8/2017
1.0.15 1,548 1/26/2017
1.0.14 1,480 10/18/2016
1.0.13 1,425 9/9/2016
1.0.12 1,438 8/9/2016
1.0.11 1,424 6/10/2016
1.0.10 1,446 6/7/2016
1.0.9 1,479 4/21/2016
1.0.8 1,493 4/6/2016
1.0.7 1,432 3/14/2016
1.0.6 1,418 3/14/2016
1.0.5 1,403 3/11/2016
1.0.4 1,420 3/4/2016
1.0.3 1,374 3/3/2016
1.0.2 1,516 1/21/2016
1.0.1 1,417 1/11/2016
1.0.0 4,031 1/8/2016

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

v1.0.16 Fix bug with creating Guid primary keys