Skuirrels.DuckDB.NET.Bindings.Full 1.5.4-preview.2

This is a prerelease version of Skuirrels.DuckDB.NET.Bindings.Full.
dotnet add package Skuirrels.DuckDB.NET.Bindings.Full --version 1.5.4-preview.2
                    
NuGet\Install-Package Skuirrels.DuckDB.NET.Bindings.Full -Version 1.5.4-preview.2
                    
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="Skuirrels.DuckDB.NET.Bindings.Full" Version="1.5.4-preview.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Skuirrels.DuckDB.NET.Bindings.Full" Version="1.5.4-preview.2" />
                    
Directory.Packages.props
<PackageReference Include="Skuirrels.DuckDB.NET.Bindings.Full" />
                    
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 Skuirrels.DuckDB.NET.Bindings.Full --version 1.5.4-preview.2
                    
#r "nuget: Skuirrels.DuckDB.NET.Bindings.Full, 1.5.4-preview.2"
                    
#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 Skuirrels.DuckDB.NET.Bindings.Full@1.5.4-preview.2
                    
#: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=Skuirrels.DuckDB.NET.Bindings.Full&version=1.5.4-preview.2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Skuirrels.DuckDB.NET.Bindings.Full&version=1.5.4-preview.2&prerelease
                    
Install as a Cake Tool

DuckDB.NET fork preview

This is an unofficial preview build from the skuirrels/DuckDB.NET fork. It packages the consolidated performance work while the corresponding upstream pull requests are under review.

Install the bundled provider explicitly:

dotnet add package Skuirrels.DuckDB.NET.Data.Full --version 1.5.4-preview.1

NuGet packages:

The package keeps the official DuckDB.NET.Data namespaces and assembly names, so application source code does not need to change. Do not reference this fork package and the official DuckDB.NET.Data.Full package in the same dependency graph because they contain assemblies with the same identities.

This preview bundles DuckDB v1.5.4 and includes the consolidated appender, parameter binding, prepared-command, result materialisation, and scoped-writer optimisations from the fork. When equivalent upstream changes are released, move back to the official DuckDB.NET.Data.Full package.

The original DuckDB.NET and DuckDB licences and attribution are included in the package.

Report fork-specific problems in the skuirrels/DuckDB.NET issue tracker.

Product Compatible and additional computed target framework versions.
.NET 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 was computed.  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

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Skuirrels.DuckDB.NET.Bindings.Full:

Package Downloads
Skuirrels.DuckDB.NET.Data.Full

Unofficial preview build of the DuckDB ADO.NET provider from the skuirrels DuckDB.NET fork.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.5.4-preview.2 0 7/21/2026
1.5.4-preview.1 0 7/21/2026

Unofficial preview bindings for the consolidated DuckDB.NET performance work, bundling DuckDB v1.5.4.