![]() |
VOOZH | about |
dotnet add package Dapper.FSharp --version 4.10.0
NuGet\Install-Package Dapper.FSharp -Version 4.10.0
<PackageReference Include="Dapper.FSharp" Version="4.10.0" />
<PackageVersion Include="Dapper.FSharp" Version="4.10.0" />Directory.Packages.props
<PackageReference Include="Dapper.FSharp" />Project file
paket add Dapper.FSharp --version 4.10.0
#r "nuget: Dapper.FSharp, 4.10.0"
#:package Dapper.FSharp@4.10.0
#addin nuget:?package=Dapper.FSharp&version=4.10.0Install as a Cake Addin
#tool nuget:?package=Dapper.FSharp&version=4.10.0Install as a Cake Tool
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 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
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 |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.10.0 | 2,972 | 4/1/2026 |
| 4.9.0 | 132,536 | 8/26/2024 |
| 4.8.0 | 18,694 | 3/27/2024 |
| 4.7.0 | 29,238 | 8/28/2023 |
| 4.6.1 | 2,173 | 7/28/2023 |
| 4.6.0 | 865 | 7/26/2023 |
| 4.5.1 | 5,209 | 6/7/2023 |
| 4.5.0 | 6,131 | 4/21/2023 |
| 4.4.0 | 21,688 | 2/28/2023 |
| 4.3.0 | 46,559 | 2/2/2023 |
| 4.2.0 | 6,891 | 12/16/2022 |
| 4.1.1 | 910 | 12/15/2022 |
| 4.1.0 | 1,552 | 11/29/2022 |
| 4.0.0 | 2,772 | 11/7/2022 |
| 3.4.0 | 7,478 | 9/9/2022 |
| 3.3.0 | 6,470 | 6/20/2022 |
| 3.2.0 | 6,112 | 1/24/2022 |
| 3.1.0 | 7,364 | 11/12/2021 |
| 3.0.0 | 3,019 | 9/27/2021 |
| 2.4.1 | 17,761 | 9/14/2021 |
Fix: Handle F# 10 BlockExpression in LINQ visitors for joined queries. Upgrade on .NET 10. #111