RemyDuijkeren / NodaMoney

NodaMoney provides a library that treats Money as a first class citizen and handles all the ugly bits like currencies and formatting.
Apache License 2.0
208 stars 45 forks source link

Serialization/Deserialization net8 with Text.Json doesn't work #98

Open MaximKitsenko opened 5 months ago

MaximKitsenko commented 5 months ago

I saw there are some converters but there is no for Text Json.

After serialization / deserialization i receive Amount=0, Currency=null

markphillips100 commented 1 month ago

Hi @RemyDuijkeren will there be a release soon that doesn't depend on Newtonsoft and includes this issues fix?

RemyDuijkeren commented 2 weeks ago

Hi @markphillips100,

End October is the target to release this as v2.0.

Unfortunately not earlier because of being very busy in Aug and enjoying holiday in September.

markphillips100 commented 2 weeks ago

All good @RemyDuijkeren . Thanks for the update.