Amazon.AuroraDsql.Lint.Runtime 0.2.9

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

Amazon.AuroraDsql.Lint.Runtime

Runtime resolver for the dsql-lint native binary. Enables .NET libraries (e.g. an EF Core adapter) to locate and spawn dsql-lint via PackageReference.

Installation

<PackageReference Include="Amazon.AuroraDsql.Lint.Runtime" />

Usage

using Amazon.AuroraDsql.Lint.Runtime;

var binaryPath = DsqlLintResolver.Resolve();
// Use binaryPath with System.Diagnostics.Process

Resolution Strategy

The resolver uses a 3-tier strategy (mirrors Prisma's engine resolution):

  1. DSQL_LINT_PATH environment variable — explicit override for CI, custom builds, or testing
  2. Bundled binary — from the NuGet package's runtimes/<rid>/native/ directory
  3. PATH scan — fallback to a globally installed dsql-lint

MSBuild Integration

The package exposes a $(DsqlLintExe) MSBuild property for use in custom build tasks:

<Target Name="LintMigrations" BeforeTargets="Build">
  <Exec Command="$(DsqlLintExe) Migrations/" />
</Target>

Supported Platforms

OS Architecture
Linux x64, arm64
macOS x64, arm64
Windows x64
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 was computed.  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.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Amazon.AuroraDsql.Lint.Runtime:

Package Downloads
Amazon.AuroraDsql.EntityFrameworkCore

Entity Framework Core adapter for Amazon Aurora DSQL

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.9 141 6/22/2026