Skip to content
Discussion options

You must be logged in to vote

It could be possible to add support for span but that would require me to either go from netstandard20 to netstandard21 or to add a dependency to be able to use Span<T> with netstandard20. The latter sounds like a bad plan to me. But I am not sure if I want to switch to 2.1 at this point in time. This would break support for .NET Core 2.1.

And a third option would be also adding support for netstandard21 besides supporting netstandard20 but I really don't want to add another target platform.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kmgallahan
Comment options

@dlemstra
Comment options

@kmgallahan
Comment options

Answer selected by kmgallahan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants