Bug: Floating point numbers are not inserted into the database correctly
Du-z opened this issue · 2 comments
Du-z commented
Floating point numbers do not survive a roundtrip.
They seem to be inserted as a string with many trailer zeros.
"PositiveFloat": "48611764000000000000000000000000000000"
Uncomment the following line and run the test RpcRoundTripTests.CreateRoundTripTest
When uncommenting these properties skip the ones that are marked as "Not Supported by System.Text.Json".
ProphetLamb commented
I opened #26 for those issues. The float serialization is fixed
ProphetLamb commented
Fixed with #26