NativeData.Core 0.5.2

dotnet add package NativeData.Core --version 0.5.2
                    
NuGet\Install-Package NativeData.Core -Version 0.5.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="NativeData.Core" Version="0.5.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NativeData.Core" Version="0.5.2" />
                    
Directory.Packages.props
<PackageReference Include="NativeData.Core" />
                    
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 NativeData.Core --version 0.5.2
                    
#r "nuget: NativeData.Core, 0.5.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 NativeData.Core@0.5.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=NativeData.Core&version=0.5.2
                    
Install as a Cake Addin
#tool nuget:?package=NativeData.Core&version=0.5.2
                    
Install as a Cake Tool

NativeData.Core

Provides the default runtime implementation for the NativeData abstraction layer.

Contents

  • SqlRepository<T> CRUD SQL behavior
  • DbCommandExecutor ADO.NET command/query execution
  • DefaultSqlDialect baseline SQL identifier/parameter formatting

Build

dotnet build src/NativeData.Core/NativeData.Core.csproj

Packaging

This project is packable and published as a NuGet package.

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

Showing the top 2 NuGet packages that depend on NativeData.Core:

Package Downloads
NativeData.Sqlite

NativeData is an AOT-first ORM foundation for .NET with provider-agnostic runtime contracts and source-generation-oriented architecture.

NativeData.Postgres

NativeData is an AOT-first ORM foundation for .NET with provider-agnostic runtime contracts and source-generation-oriented architecture.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.5.2 78 3/1/2026
0.5.1 81 3/1/2026
0.4.1 86 2/23/2026
0.3.1 88 2/22/2026
0.2.3 82 2/22/2026
0.2.2 80 2/22/2026
0.2.1 80 2/22/2026
0.1.1 94 2/22/2026

Use docs/release-notes-template.md as the baseline for release notes and changelog entries.