elsa-core/src/modules/Elsa.Expressions
Sipke Schoorstra 8e9d5e356e
Handle conversion of enumerables to arrays in ObjectConverter (#6508)
* Handle conversion of enumerables to arrays in ObjectConverter

Added functionality to convert enumerables to arrays when the target type is an array. The implementation ensures each item is properly cast to the target array's element type and then added to the resulting array.

* Add unit test for converting object array to double array

This commit introduces a new test ensuring the proper conversion of an object array of doubles to a double array. It verifies both the validity of the conversion and that the result is not null.
2025-03-18 16:09:49 +01:00
..
Contracts Refactor expression descriptors and remove unnecessary async calls 2023-12-10 21:43:24 +01:00
Exceptions
Extensions Upgrade Quartz and some warning fixes (#5949) 2024-09-16 01:55:24 -07:00
Features Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
Helpers Handle conversion of enumerables to arrays in ObjectConverter (#6508) 2025-03-18 16:09:49 +01:00
Models Refactor activity context management and state handling. 2025-01-28 20:24:53 +01:00
Options Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
Services Adjust dictionary to use case-insensitive string comparer 2024-07-07 21:20:20 +02:00
DelegateExpressionHandler.cs Add Bulk Dispatch Workflow activity (#4683) 2023-12-06 22:32:08 +01:00
Elsa.Expressions.csproj Improve JSON array conversion in ObjectConverter 2025-01-29 10:50:42 +01:00
FodyWeavers.xml
LiteralExpression.cs Improve Elsa workflow expression serialization (#4930) 2024-02-12 18:47:25 +01:00