DotNetAnalyzers / TSqlAnalyzer

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

Fix CTP6 tests #15

Closed ErikEJ closed 9 years ago

ErikEJ commented 9 years ago

Need to get new test helpers from updated sdk templates

sharwell commented 9 years ago

I recommend you take the ones from StyleCopAnalyzers. Aside from working in CTP 6, the two major additional items are:

  1. Uses xunit instead of MSTest as the underlying framework
  2. Properly uses async/await instead of making synchronous calls to asynchronous methods
sharwell commented 9 years ago

BTW, I've done this conversion for other projects before. Let me know if you'd like me to do the above and send a pull request.

ErikEJ commented 9 years ago

Sounds great, a PR would be most welcome. It is this test class that needs to run Again: https://github.com/DotNetAnalyzers/TSqlAnalyzer/blob/master/src/TSqlAnalyzer/TSqlAnalyzer/TSqlAnalyzer.Test/UnitTests.cs