DotNetAnalyzers / TSqlAnalyzer

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

Delete unused source files #17

Open tmaczynski opened 8 years ago

tmaczynski commented 8 years ago

There is at least on source file: TSqlAnalyzer/src/TSqlAnalyzer/TSqlAnalyzer/TSqlAnalyzer/CodeFixProvider.cs which is not included in any project.

I think that it should be deleted or included in csproj.

ErikEJ commented 8 years ago

Feel free to do a PR, if you are anle to :smile:

vendettamit commented 8 years ago

Let's not delete that I think this can be re-used. Do we have a code formatter or suggested edit provider? I don't think so.