v2.0.0-beta-0013
Pre-release
Pre-release
NightOwl888
released this
20 Apr 08:34
·
197 commits
to main
since this release
Change Log
- #15 -
J2N.Threading.ThreadJob
: AllowThreadInterruptedException
to propagate to the calling thread - #16 -
J2N.IO
Buffers: Improved guard clauses. - #17 -
J2N.Character
: AddedToString()
methods to convert code point arrays to strings. - #18 -
J2N.MathExtensions
: AddedNextUp()
,NextDown()
andNextAfter()
methods for bothfloat
anddouble
types. - #19 -
J2N.IO
+J2N.Runtime.CompilerServices
: Added nullable reference type support (see #10). - #20 - Allow exceptions to be serialized on .NET Core and .NET 5+.