-
-
Notifications
You must be signed in to change notification settings - Fork 23
Support all nullable settings #8
Copy link
Copy link
Closed
Labels
Description
- enable: The nullable annotation context is enabled. The nullable warning context is enabled.
- Variables of a reference type, string for example, are non-nullable. All nullability warnings are enabled.
- warnings: The nullable annotation context is disabled. The nullable warning context is enabled.
- Variables of a reference type are oblivious. All nullability warnings are enabled.
- annotations: The nullable annotation context is enabled. The nullable warning context is disabled.
- Variables of a reference type, string for example, are non-nullable. All nullability warnings are disabled.
- disable: The nullable annotation context is disabled. The nullable warning context is disabled.
- Variables of a reference type are oblivious, just like earlier versions of C#. All nullability warnings are disabled.
Reactions are currently unavailable