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 With methods try to use the == operator between two structs, which isn't legal unless the operator happens to be defined on that struct, which in the case of ReadOnlyMemory<T>, it isn't.
The text was updated successfully, but these errors were encountered:
The With methods try to use the
==
operator between two structs, which isn't legal unless the operator happens to be defined on that struct, which in the case ofReadOnlyMemory<T>
, it isn't.The text was updated successfully, but these errors were encountered: