4.11.0
What's Changed
-
#268: Implement
IParsable<T>
onByteSize
,Duration
,Etag
,Ksuid,
Money,
andSwiftCode.
Consequently:
- Creating
Etag
from string has been marked as obsolete in favour of parsing. - Parsing of
Money
requires more explict currency specification where the symbol is used by multiple currencies, such as $ which is used by 9 currencies.Money.Parse(...)
will throw butMoney.TryParse(...)
will return false.
- Creating
-
#269: Use RegEx source generators on .NET 7 or later.
Full Changelog: 4.10.1...4.11.0