diff --git a/csharp/ql/lib/change-notes/2024-04-12-suppress-nullable-warning.md b/csharp/ql/lib/change-notes/2024-04-12-suppress-nullable-warning.md new file mode 100644 index 00000000000..241a67dddaf --- /dev/null +++ b/csharp/ql/lib/change-notes/2024-04-12-suppress-nullable-warning.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Extracting suppress nullable warning expressions did not work when applied directly to a method call (like `System.Console.Readline()!`). This has been fixed.