Closed ErikEJ closed 9 years ago
I recommend you take the ones from StyleCopAnalyzers. Aside from working in CTP 6, the two major additional items are:
async
/await
instead of making synchronous calls to asynchronous methodsBTW, 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.
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
Need to get new test helpers from updated sdk templates