4.2.1
Bug Fixes
- Package: Krafted.ValueObjects
Money.ToString()
: The number of decimal places varied when the culture was not explicitly specified.Internal format string
"F"
changed to"F2"
to enforce the two digits decimal precision, regardless of the current culture.
This behavior started since I changed the TFM fromnetcoreapp3.1
tonet5.0
, and this happened probably due to the
Floating-Point Parsing and Formatting improvements that started in .NET Core 2.1