Nullability tracking is broken for Nullable<T>
with awaits
#76886
Labels
Area-Compilers
Bug
Feature - Nullable Reference Types
Nullable Reference Types
untriaged
Issues and PRs which have not yet been triaged by a lead
Version Used:
Version 17.14.0 Preview 1.0 [35717.212.main]
Steps to Reproduce:
Diagnostic Id:
n/a
Expected Behavior:
This should produce
warning CS8629: Nullable value type may be null.
when accessing.Value
.Actual Behavior:
No warning.
The text was updated successfully, but these errors were encountered: