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 Sep 13, 2022. It is now read-only.
With .NET Standard 2.1 we've in-boxed several types that were previously available as an OOB only, such as Span<T>. We need to put these in-box so that when people retarget an existing project to .NET Standard 2.1 and reference the OOB, they don't get compilation errors.
With .NET Standard 2.1 we've in-boxed several types that were previously available as an OOB only, such as
Span<T>. We need to put these in-box so that when people retarget an existing project to .NET Standard 2.1 and reference the OOB, they don't get compilation errors.