Skip to content

Commit 698109a

Browse files
committed
Introduce C# MaD documentation
1 parent 77ef63a commit 698109a

File tree

2 files changed

+353
-0
lines changed

2 files changed

+353
-0
lines changed

docs/codeql/codeql-language-guides/codeql-for-csharp.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
1111
basic-query-for-csharp-code
1212
codeql-library-for-csharp
1313
analyzing-data-flow-in-csharp
14+
customizing-library-models-for-csharp
1415

1516
- :doc:`Basic query for C# code <basic-query-for-csharp-code>`: Learn to write and run a simple CodeQL query.
1617

1718
- :doc:`CodeQL library for C# <codeql-library-for-csharp>`: When you're analyzing a C# program, you can make use of the large collection of classes in the CodeQL library for C#.
1819

1920
- :doc:`Analyzing data flow in C# <analyzing-data-flow-in-csharp>`: You can use CodeQL to track the flow of data through a C# program to its use.
2021

22+
- :doc:`Customizing library models for C# <customizing-library-models-for-csharp>`: You can model frameworks and libraries that your code base depends on using data extensions and publish them as CodeQL model packs.
2123

0 commit comments

Comments
 (0)