-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Description of the issue
In TheRenegadeCoder/sample-programs, I'm getting the following warning from CodeQL:
Scanning C# code completed successfully, but the scan encountered issues. This may be caused by problems identifying dependencies or use of generated source code, among other reasons -- see other CodeQL diagnostics reported on the CodeQL status page for more details of possible causes. Addressing these warnings is advisable to avoid false-positive or missing results. If they cannot be addressed, consider scanning C# using either the
autobuildormanualbuild modes.
I am build in manual mode, so I'm at a loss as to what CodeQL is complaining about. See this GitHub action run for details.
Note that this repo is unique in that there are no C# project files. Each C# file is intended to be a stand-alone file that has no external library dependencies.