-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
C#awaiting-responseThe CodeQL team is awaiting further input or clarification from the original reporter of this issue.The CodeQL team is awaiting further input or clarification from the original reporter of this issue.
Description
I am trying to print CFG for specified file with command like
codeql database analyze testdb D:\codeql-main\csharp\ql\lib\printCfg.ql --external=selectedSourceColumn=line.txt --external=selectedSourceFile=File.txt --external=selectedSourceLine=column.txt --format=dot --output=test3 (testdb database is created and default rules work properly with it)
line.txt argument is a number of line, column.txt argument is a number of column, File.txt argument is a path to file with csharp code. After running i receive empty dot file. How to run this from CLI?
Metadata
Metadata
Assignees
Labels
C#awaiting-responseThe CodeQL team is awaiting further input or clarification from the original reporter of this issue.The CodeQL team is awaiting further input or clarification from the original reporter of this issue.