Skip to content

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