CodeQL for C# ============= .. toctree:: :glob: :hidden: introduce-libraries-csharp dataflow These topics provide an overview of the CodeQL libraries for C# and show examples of how to use them. - `Basic C# query `__ describes how to write and run queries using LGTM. - :doc:`Introducing the CodeQL libraries for C# ` introduces the standard libraries used to write queries for C# code. .. raw:: html - :doc:`Tutorial: Analyzing data flow in C# ` demonstrates how to write queries using the standard data flow and taint tracking libraries for C#. Other resources --------------- - For examples of how to query common C# elements, see the `C# cookbook `__. - For the queries used in LGTM, display a `C# query `__ and click **Open in query console** to see the code used to find alerts. - For more information about the library for C# see the `CodeQL library for C# `__.