Skip to content

Commit a743683

Browse files
authored
Merge pull request #15563 from egregius313/egregius313/csharp/docs/mad-docs
C#: Models as Data Documentation
2 parents 0335a4f + c5dbaa6 commit a743683

File tree

5 files changed

+350
-11
lines changed

5 files changed

+350
-11
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 codebase depends on using data extensions and publish them as CodeQL model packs.
2123

0 commit comments

Comments
 (0)