Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Read/WriteBytes(Async) overloads accepting Span<byte>/Memory<byte> for .NET5 or greater #482

Merged
merged 1 commit into from
May 30, 2023

Conversation

ArgusMagnus
Copy link
Contributor

I have added overloads to ReadBytes, WriteBytes and their async counterparts which accept Span<byte> and the like. For now the overloads are only added for .NET 5 or greater. They could be made available for all frameworks by referencing the System.Memory package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants