SqlMimic.Core.Abstractions
0.3.0
dotnet add package SqlMimic.Core.Abstractions --version 0.3.0
NuGet\Install-Package SqlMimic.Core.Abstractions -Version 0.3.0
<PackageReference Include="SqlMimic.Core.Abstractions" Version="0.3.0" />
<PackageVersion Include="SqlMimic.Core.Abstractions" Version="0.3.0" />
<PackageReference Include="SqlMimic.Core.Abstractions" />
paket add SqlMimic.Core.Abstractions --version 0.3.0
#r "nuget: SqlMimic.Core.Abstractions, 0.3.0"
#:package SqlMimic.Core.Abstractions@0.3.0
#addin nuget:?package=SqlMimic.Core.Abstractions&version=0.3.0
#tool nuget:?package=SqlMimic.Core.Abstractions&version=0.3.0
Abstractions for SQL syntax validation in SqlMimic. This package contains interfaces and common types for implementing database-specific SQL validators. Supports .NET Framework 4.6.2+, .NET 8.0, and .NET 9.0.
Product | Versions 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 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 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. |
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on SqlMimic.Core.Abstractions:
Package | Downloads |
---|---|
SqlMimic.SqlServer
SQL Server syntax validation for SqlMimic. Provides SQL Server specific implementation of ISqlSyntaxValidator using Microsoft.SqlServer.TransactSql.ScriptDom. Supports .NET Framework 4.6.2+, .NET 8.0, and .NET 9.0. |
|
SqlMimic.MySQL
MySQL syntax validation for SqlMimic. Provides MySQL specific implementation of ISqlSyntaxValidator with dialect-aware SQL parsing. Supports .NET Framework 4.6.2+, .NET 8.0, and .NET 9.0. |
|
SqlMimic.PostgreSQL
PostgreSQL syntax validation for SqlMimic. Provides PostgreSQL specific implementation of ISqlSyntaxValidator with basic SQL parsing capabilities. Supports .NET Framework 4.6.2+, .NET 8.0, and .NET 9.0. |
|
SqlMimic.SQLite
SQLite syntax validation for SqlMimic. Provides SQLite specific implementation of ISqlSyntaxValidator with support for SQLite dialect. Supports .NET Framework 4.6.2+, .NET 8.0, and .NET 9.0. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
0.3.0 | 180 | 6/24/2025 |
Version 0.3.0: Multi-targeting support for .NET Framework 4.6.2, .NET 8.0, and .NET 9.0.