mirror of
https://github.com/github/codeql.git
synced 2026-03-06 07:36:47 +01:00
204 B
204 B
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.