Dapper.FSharp 4.10.0

dotnet add package Dapper.FSharp --version 4.10.0
 
NuGet\Install-Package Dapper.FSharp -Version 4.10.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="Dapper.FSharp" Version="4.10.0" />
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dapper.FSharp" Version="4.10.0" />
 
Directory.Packages.props
<PackageReference Include="Dapper.FSharp" />
 
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 Dapper.FSharp --version 4.10.0
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Dapper.FSharp, 4.10.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.
#:package Dapper.FSharp@4.10.0
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Dapper.FSharp&version=4.10.0
 
Install as a Cake Addin
#tool nuget:?package=Dapper.FSharp&version=4.10.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Lightweight F# extension for StackOverflow Dapper with support for MSSQL, MySQL, PostgreSQL, and SQLite

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible. 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 is compatible. 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 is compatible. 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 is compatible. 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. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows 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.FSharp:

Package Downloads
FAkka.Shared

Package Description

MigrateLib

Declarative migrations for SQLite

FAkka.Server.Linux

Package Description

FAkka.Shared.Linux

Package Description

FsChat

FsChat: LLM chat with interactive output

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.10.0 3,930 4/1/2026
4.9.0 132,897 8/26/2024
4.8.0 18,960 3/27/2024
4.7.0 29,368 8/28/2023
4.6.1 2,175 7/28/2023
4.6.0 868 7/26/2023
4.5.1 5,214 6/7/2023
4.5.0 6,134 4/21/2023
4.4.0 21,690 2/28/2023
4.3.0 46,698 2/2/2023
4.2.0 6,904 12/16/2022
4.1.1 914 12/15/2022
4.1.0 1,555 11/29/2022
4.0.0 2,857 11/7/2022
3.4.0 7,517 9/9/2022
3.3.0 6,473 6/20/2022
3.2.0 6,117 1/24/2022
3.1.0 7,400 11/12/2021
3.0.0 3,032 9/27/2021
2.4.1 18,247 9/14/2021
Loading failed

Fix: Handle F# 10 BlockExpression in LINQ visitors for joined queries. Upgrade on .NET 10. #111