Trestel.SqlQueryAnalyzer 0.1.0

dotnet add package Trestel.SqlQueryAnalyzer --version 0.1.0
NuGet\Install-Package Trestel.SqlQueryAnalyzer -Version 0.1.0
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="Trestel.SqlQueryAnalyzer" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Trestel.SqlQueryAnalyzer --version 0.1.0
#r "nuget: Trestel.SqlQueryAnalyzer, 0.1.0"
#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.
// Install Trestel.SqlQueryAnalyzer as a Cake Addin
#addin nuget:?package=Trestel.SqlQueryAnalyzer&version=0.1.0

// Install Trestel.SqlQueryAnalyzer as a Cake Tool
#tool nuget:?package=Trestel.SqlQueryAnalyzer&version=0.1.0

This package contains simple utility library for wrapping raw SQL queries and C# code analyzer for correctness analysis.

Currently supports following features:      
- Syntax analysis and object usage of SQL queries
- Analysis of provided/expected parameters (currently implemented only for Dapper functions)
- Analysis of expected/provided result set
     

Analyzer works only with Microsoft SQL Server 2012 or newer and Azure SQL Database. Check project site wiki for explanation of this limitation.
     
Check project site for usage examples and documentation.
     
This package is still in development and new features will be added. If you find any issue or have a suggestion, please report them on the project site.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.1.0 1,198 2/1/2017

Initial release with following functionality:
- Syntax and semantic check for raw queries on SQL Server 2012 or newer and SQL Azure Database
- Parameters mapping check for Dapper functions
- Result set mapping check

For Dapper, following functionalities are missing:
- support for mutli mapping
- support for parameters which are lists