Skip to content

C#7.3 Compatibility, .Net Standart 2.0#106

Open
blauertee wants to merge 10 commits intoTouseefelahi:masterfrom
blauertee:master
Open

C#7.3 Compatibility, .Net Standart 2.0#106
blauertee wants to merge 10 commits intoTouseefelahi:masterfrom
blauertee:master

Conversation

@blauertee
Copy link
Copy Markdown

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
Copy Markdown
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