FirelyTeam / firely-cql-sdk

BSD 3-Clause "New" or "Revised" License
28 stars 16 forks source link

Fix generated c# where passing string constant to precision parameter disappeared #434

Closed baseTwo closed 1 month ago

baseTwo commented 1 month ago

Precision constant went missing after PR #411 (c# couldn't compile here, so check the next PR #432 for code comparison)

It appears the precisionSpecified field is not read when deserializing from JSON

see screenshot below: image