You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking changes
This version targets .NET 6.0.
Removed APIs that received byte[].
Removed all unsafe code. This had slight impact on performance, but
thanks to the Span related optimizations, it's not as bad as it was in .NET Framework. There's
still some use of Unsafe.ReadUnaligned for some perf improvements, but all that ugly
pointer arithmetic has gone away for marginal cost for the better.
Removed .NET Standard 2.0 support (sorry, but new .NET is so nice to code, and maintaining #ifdefs is unnecessarily cumbersome)