DotNetAnalyzers / TSqlAnalyzer

T-SQL Code Analyzer for Visual Studio 2015 CTP6
MIT License
57 stars 12 forks source link

No idea how to use it #20

Open Korporal opened 7 years ago

Korporal commented 7 years ago

The documentation is far to brief. I have installed the NuGet package but it added that package to the solution I was working on (I was expecting this to be a Visual Studio extension).

After installation I have no idea if the syntax checking for embedded TSQL strings is invoked when I build the code or if I must somehow run the tool by right-clicking on something.

Please expand the instructions when you can.