Skip to content

Version 1.4.1 #22

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

Merged
merged 6 commits into from
Sep 9, 2024
Merged

Version 1.4.1 #22

merged 6 commits into from
Sep 9, 2024

Conversation

dragon7307
Copy link
Member

Due to an issue in Version 1.4 there exists a collision between the Span<T>.Replace method provided by SpanExtensions and the one newly provided by .Net 8.
To circumvent an error, we have decided to exclude Span<T>.Replace from any .Net Version beyond .Net 7 moving forward to allow the built-in method to take precedence.
It is still included for any target below version .Net 8 though to ensure backwards-compatibility.

Full Changelog: https://github.com/draconware-dev/SpanExtensions.Net/blob/main/Changelog.md

@dragon7307 dragon7307 merged commit abc1fc9 into main Sep 9, 2024
2 checks passed
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.

1 participant