Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
4.0.0 source code.tar.gz | 2021-01-30 | 172.1 kB | |
4.0.0 source code.zip | 2021-01-30 | 229.6 kB | |
README.md | 2021-01-30 | 656 Bytes | |
Totals: 3 Items | 402.4 kB | 0 |
It is recommended if upgrading from 2.x and below to update to 3.x first and follow the warnings to migrate any code that's using deprecated methods and classes.
New Features
- Added support for the
TryFormat
methods for serializing to aSpan<char>
.
Breaking Changes
- Removed
NonGenericEnums
,NonGenericFlagEnums
,UnsafeEnums
, andUnsafeFlagEnums
classes which were deprecated in v3.0 and also removed all other deprecated methods in an effort to slim the library size down. - A dependency on the
System.Runtime.CompilerServices.Unsafe
package was added for the .NET 4.5 target in order to remove a build dependency onFody
.