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" />
<PackageReference Include="Dapper.FSharp" />
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
#tool nuget:?package=Dapper.FSharp&version=4.10.0
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 | Versions 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.
-
net10.0
- Dapper (>= 2.1.72)
- FSharp.Core (>= 10.1.201)
-
net6.0
- Dapper (>= 2.1.72)
- FSharp.Core (>= 10.1.201)
-
net7.0
- Dapper (>= 2.1.72)
- FSharp.Core (>= 10.1.201)
-
net8.0
- Dapper (>= 2.1.72)
- FSharp.Core (>= 10.1.201)
-
net9.0
- Dapper (>= 2.1.72)
- FSharp.Core (>= 10.1.201)
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 | 53 | 4/1/2026 |
| 4.9.0 | 126,780 | 8/26/2024 |
| 4.8.0 | 17,559 | 3/27/2024 |
| 4.7.0 | 28,446 | 8/28/2023 |
| 4.6.1 | 2,154 | 7/28/2023 |
| 4.6.0 | 847 | 7/26/2023 |
| 4.5.1 | 5,185 | 6/7/2023 |
| 4.5.0 | 6,100 | 4/21/2023 |
| 4.4.0 | 21,655 | 2/28/2023 |
| 4.3.0 | 45,933 | 2/2/2023 |
| 4.2.0 | 6,818 | 12/16/2022 |
| 4.1.1 | 892 | 12/15/2022 |
| 4.1.0 | 1,529 | 11/29/2022 |
| 4.0.0 | 2,644 | 11/7/2022 |
| 3.4.0 | 7,350 | 9/9/2022 |
| 3.3.0 | 6,449 | 6/20/2022 |
| 3.2.0 | 6,078 | 1/24/2022 |
| 3.1.0 | 7,224 | 11/12/2021 |
| 3.0.0 | 2,993 | 9/27/2021 |
| 2.4.1 | 16,553 | 9/14/2021 |
Loading failed
Fix: Handle F# 10 BlockExpression in LINQ visitors for joined queries. Upgrade on .NET 10. #111