You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The values of NullableAnnotation are not in the order that they appear in the lattice. Please reorder them so that they are in lattice order; that would permit a much simpler implementation of Meet and Join.
The text was updated successfully, but these errors were encountered:
The NullableAnnotation enum values are currently used as is in [NullableAttribute(values)] attributes in metadata, so changing the enum will be a breaking change unless we map to/from the current values when writing/reading metadata.
gafter
added a commit
to gafter/roslyn
that referenced
this issue
Apr 10, 2019
The values of NullableAnnotation are not in the order that they appear in the lattice. Please reorder them so that they are in lattice order; that would permit a much simpler implementation of Meet and Join.
The text was updated successfully, but these errors were encountered: