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
Instead of using new ReadOnlySpan(new[] { bytes }), we should use collection expressions like in #93125 as they're cleaner and spec'd to have the behavior we desire.