Carrigan.SqlTools.SqlServer 0.5.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Carrigan.SqlTools.SqlServer --version 0.5.2
                    
NuGet\Install-Package Carrigan.SqlTools.SqlServer -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="Carrigan.SqlTools.SqlServer" Version="0.5.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Carrigan.SqlTools.SqlServer" Version="0.5.2" />
                    
Directory.Packages.props
<PackageReference Include="Carrigan.SqlTools.SqlServer" />
                    
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 Carrigan.SqlTools.SqlServer --version 0.5.2
                    
#r "nuget: Carrigan.SqlTools.SqlServer, 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 Carrigan.SqlTools.SqlServer@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=Carrigan.SqlTools.SqlServer&version=0.5.2
                    
Install as a Cake Addin
#tool nuget:?package=Carrigan.SqlTools.SqlServer&version=0.5.2
                    
Install as a Cake Tool

Carrigan.SqlTools.SqlServer

Carrigan.SqlTools.SqlServer is a companion library to Carrigan.SqlTools, focused on executing SQL Server queries at runtime.

It provides a wrapper around ADO.NET that makes it easier to run the queries generated by Carrigan.SqlTools. It also includes support for working with the SqlInvoker, which can take a Dictionary<string, object?> representing a SQL row and create an object instance with those values.

In addition, the library handles decryption of encrypted properties when encryption logic has been defined through the interfaces and attributes provided by Carrigan.Core.

Together with Carrigan.SqlTools, this library provides a full workflow for generating, executing, and consuming SQL Server queries with object-oriented protections.

SQL Server is a trademark of Microsoft Corporation. This project is not affiliated with or endorsed by Microsoft.

This library may generate or execute SQL. Review generated SQL before use in production systems. Always test against non-production databases first.

Use caution with schema, migration, and data-modifying operations. The authors are not responsible for data loss, downtime, or unintended database changes.


Features

  • ADO.NET execution wrapper
    Run queries generated by Carrigan.SqlTools directly against SQL Server.

  • Invoker integration
    Create object instances from Dictionary<string, object?> rows using the SqlInvoker class from Carrigan.SqlTools.

  • Encryption support
    Decrypt properties that use encryption logic defined through interfaces and attributes in Carrigan.Core.

  • Designed for SQL Server
    Optimized specifically for Microsoft SQL Server.


Installation

Carrigan.SqlTools.SqlServer is available as a NuGet package:

dotnet add package Carrigan.SqlTools.SqlServer

SQL Server is a trademark of Microsoft Corporation. This project is not affiliated with or endorsed by Microsoft.


Disclaimers

SQL Server is a trademark of Microsoft Corporation. This project is not affiliated with or endorsed by Microsoft.

This library may generate or execute SQL. Review generated SQL before use in production systems. Always test against non-production databases first.

Use caution with schema, migration, and data-modifying operations. The authors are not responsible for data loss, downtime, or unintended database changes.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.7.0 41 7/25/2026
0.7.0-alpha.202607240141 37 7/24/2026
0.7.0-alpha.202607232350 33 7/23/2026
0.7.0-alpha.202607230225 34 7/23/2026
0.7.0-alpha.202607200640 47 7/20/2026
0.7.0-alpha.202607170545 51 7/17/2026
0.6.1 114 6/11/2026
0.6.0 102 6/8/2026
0.6.0-alpha.202606080807 61 6/8/2026
0.5.3-alpha.202606110305 67 6/11/2026
0.5.2 112 6/11/2026
0.5.2-alpha.202605200417 59 5/20/2026
0.5.1 66 5/20/2026
0.5.1-alpha.202604241732 72 4/24/2026
0.5.0 77 4/24/2026
0.5.0-alpha.202604241029 70 4/24/2026