Skip to content

v1.4.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 14:23
abc1fc9

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