Open
Description
I want to know if it is possible to run the codeQL queries for a C# code without building it.
I am using Advanced Security inside Azure devops, which requires me to setup a build first then only I can run codeql scan.
I want to do the above directly by just setting up codeQL database and running the code scan after that.