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

C#7.3 Compatibility, .Net Standart 2.0 #106

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

blauertee
Copy link

This is definetly not ready to be merged.

Target Frameworks have to be Edited and I'm not sure whether you really want to give up on the syntactic shugar of C#9.0.

Also all methods taking byte[] as an argument don't accept Span<byte> in C#7.3 so I just lazily inserted ToArray() everywhere, not sure what this does under the hood but it could lead to serous performance issues.

But I thought this may be useful for someone anyway. :)

@Touseefelahi
Copy link
Owner

Thank you for the PR.
Yes, we need to fix ToArray() for the performance issue. And again it will require some testing before the merge. I am not sure when can we test this.

@blauertee blauertee mentioned this pull request Jul 23, 2024
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