From bd9f656be21656d97a07e1a863284520339685c5 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Tue, 17 Dec 2024 14:34:41 +0100 Subject: [PATCH] C#: Add ql doc to TestLibrary. --- csharp/ql/lib/semmle/code/csharp/telemetry/TestLibrary.qll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/csharp/ql/lib/semmle/code/csharp/telemetry/TestLibrary.qll b/csharp/ql/lib/semmle/code/csharp/telemetry/TestLibrary.qll index f157dd27f92e..f38fd0b63847 100644 --- a/csharp/ql/lib/semmle/code/csharp/telemetry/TestLibrary.qll +++ b/csharp/ql/lib/semmle/code/csharp/telemetry/TestLibrary.qll @@ -1,3 +1,5 @@ +/** Provides classes and predicates related to handling test libraries. */ + private import csharp pragma[nomagic]