Info
Version: | 0.1.0 |
Author(s): | Nejc Skofic |
Last Update: | Wednesday, February 1, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/nejcskofic/Trestel.SqlQueryAnalyzer |
NuGet Url: | https://www.nuget.org/packages/Trestel.SqlQueryAnalyzer |
Install
Install-Package Trestel.SqlQueryAnalyzer
dotnet add package Trestel.SqlQueryAnalyzer
paket add Trestel.SqlQueryAnalyzer
Trestel.SqlQueryAnalyzer Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.