Files
codeql/csharp/ql/test/library-tests/generics/ConsistencyChecks.ql
2021-01-22 15:00:45 +01:00

10 lines
247 B
Plaintext

/*
* @name Checks for model consistency
*/
import semmle.code.csharp.commons.ConsistencyChecks
from Element e, string m
where consistencyFailure(e, m)
select e, "Element class " + e.getAPrimaryQlClass() + " has consistency check failed: " + m