Roslyn does not provide a way to suppress nullability warnings on the left side of a compound assignments #36617
Labels
Area-Compilers
Area-Language Design
New Language Feature - Nullable Reference Types
Nullable Reference Types
Milestone
Version Used:
Branch master (19 Jun 2019)
Latest commit e1146e by Sam Harwell:
Merge pull request #36366 from sharwell/order-naming-rules
Implement subset-based ordering for naming rules
Steps to Reproduce:
Expected Behavior:
You can suppress nullability warnings in the compound assignment since nullability analysis might be incorrect.
Actual Behavior:
There's no way to suppress it with a
!
.The text was updated successfully, but these errors were encountered: