elsa-core/src/modules/Elsa.Common/Converters
FunShow 5ac63f1485
fix JavaScript BigInt mapping to BigInteger serialization incorrect (#6164)
* fix: fix JavaScript BigInt mapping to BigInteger serialization incorrect

* test: add test for BigIntegerJsonConverter

* test: add test for BigIntegerJsonConverter

---------

Co-authored-by: funshow.liu <funshow.liu@didatravel.com>
2024-12-03 15:07:40 +01:00
..
BigIntegerJsonConverter.cs fix JavaScript BigInt mapping to BigInteger serialization incorrect (#6164) 2024-12-03 15:07:40 +01:00
DecimalJsonConverter.cs Fixing some analyzer warnings (#5617) 2024-07-05 15:14:28 +02:00
IntegerJsonConverter.cs Fixing some analyzer warnings (#5617) 2024-07-05 15:14:28 +02:00
VersionOptionsJsonConverter.cs Fix numerical version parsing 2023-09-06 17:57:25 +02:00
VersionOptionsTypeConverter.cs