mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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.