From a903420122ee6ab9b06796a33e34d4d780453bd4 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Wed, 3 Dec 2025 14:03:00 +0100 Subject: [PATCH] C#: Add change note. --- .../change-notes/2025-12-03-run-tracer-after-compilation.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 csharp/ql/lib/change-notes/2025-12-03-run-tracer-after-compilation.md diff --git a/csharp/ql/lib/change-notes/2025-12-03-run-tracer-after-compilation.md b/csharp/ql/lib/change-notes/2025-12-03-run-tracer-after-compilation.md new file mode 100644 index 00000000000..d7dd475cb0b --- /dev/null +++ b/csharp/ql/lib/change-notes/2025-12-03-run-tracer-after-compilation.md @@ -0,0 +1,4 @@ +--- +category: fix +--- +* Fixed an issue where compiler-generated files were not being extracted. The extractor now runs after compilation completes to ensure all generated files are properly analyzed.