Files
codeql/csharp/ql/lib/change-notes/released/0.9.1.md
2024-04-15 17:34:47 +00:00

6 lines
204 B
Markdown

## 0.9.1
### Minor Analysis Improvements
* Extracting suppress nullable warning expressions did not work when applied directly to a method call (like `System.Console.Readline()!`). This has been fixed.