Skip to content

4.2.1

Compare
Choose a tag to compare
@maiconheck maiconheck released this 25 Nov 08:40
· 33 commits to master since this release

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 from netcoreapp3.1 to net5.0, and this happened probably due to the
    Floating-Point Parsing and Formatting improvements that started in .NET Core 2.1