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
Arrays are problematic for this, because while they offer the most potential benefit, it's not uncommon to have T[] where some elements are actually null (reserved space, sparse array, etc).
The text was updated successfully, but these errors were encountered:
Don't emit a null byte marker for non-nullable reference types
Based on metadata described in https://github.com/dotnet/roslyn/blob/master/docs/features/nullable-metadata.md
Arrays are problematic for this, because while they offer the most potential benefit, it's not uncommon to have T[] where some elements are actually null (reserved space, sparse array, etc).
The text was updated successfully, but these errors were encountered: