z. Code QA Checks - SparkDevNetwork/Rock GitHub Wiki
At some point in the future, we need a tool that can look for certain situations in code. Things such as:
- Calling a code/extension method in a LINQ query that's not been .ToList() first.
- Following property/field naming conventions
- SQL commands that are not valid for Azure SQL V12 including:
- TRY_CONVERT (use TRY_CAST or TRY_PARSE instead)
- https://azure.microsoft.com/en-us/documentation/articles/sql-database-transact-sql-information/