C#: Add change note.

This commit is contained in:
Michael Nebel
2024-04-12 09:51:48 +02:00
parent a2bb3dd78b
commit cbb5d433b1

View File

@@ -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.