Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.


New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C#: Introduce extractor mode to identify DBs created with
codeql test run#7515base: main
Are you sure you want to change the base?
C#: Introduce extractor mode to identify DBs created with
codeql test run#7515Changes from all commits
60e3964File filter
Conversations
Jump to
There are no files selected for viewing
michaelnebelJan 6, 2022
Contributor
In the CommonOptions the logic for the PDB and CIL flags are connected. I suppose it doesn't matter as we didn't use the CIL flag before in the ExtractorOptions.
michaelnebelJan 6, 2022
Contributor
The semantics of the --verbose flag has now been changed by using the base.HandleFlag method. Is this intentional?
michaelnebelJan 6, 2022
Contributor
Fantastic that we get rid of the magic number and rely on the flag, but shouldn't this only be ExtractorMode.Pdb?
michaelnebelJan 6, 2022
•
edited
Contributor
Now printing the "entire" mode and not only, whether the it is standalone extraction to the trap file. Is this intentional?
michaelnebelJan 6, 2022
Contributor
michaelnebelJan 6, 2022
Contributor
michaelnebelJan 6, 2022
Contributor
Are we not strict on always using { } for single line if-statements (sometimes this can be overlooked in code-reviews if more statements are added to the if-block)?
michaelnebelJan 6, 2022
Contributor
Same comments as for the StandaloneExtractor.