Currently .sqlproj files have 15 code analysis rules (SR0001 to SR0015). I would like to create my own code analysis rule to make sure that columns used in where clauses are indexed.
How would I extended the current .sqlproj code analysis so that I have a 16th (SR0016) custom code analysis rule.