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
{{ message }}
This repository was archived by the owner on Mar 19, 2021. It is now read-only.
I use ILMerge with System.Memory.dll, and inside it the type Span<T> was merged out to be marked with Obsolete:
[DebuggerDisplay("{ToString(),raw}")][DebuggerDisplay("{ToString(),raw}")][DebuggerTypeProxy(typeof(System.SpanDebugView<>))][DebuggerTypeProxy(typeof(System.SpanDebugView<>))][DefaultMember("Item")][Obsolete("Types with embedded references are not supported in this version of your compiler.",true)][System.Memory.IsByRefLikeAttribute][System.Memory.IsReadOnlyAttribute]publicstructSpan<T>{ ...}