No nullability warning for a Linq expression #31935
Labels
Area-Compilers
Bug
New Language Feature - Nullable Reference Types
Nullable Reference Types
Resolution-Duplicate
The described behavior is tracked in another issue
Milestone
Visual Studio 2019 Preview 1.1
The following code produces no warning and results in null reference exception.
Expecting to get a warning on the dereferencing of s.Length
The text was updated successfully, but these errors were encountered: