* 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. |
||
|---|---|---|
| .. | ||
| Elsa.Common.Core | ||
| Elsa.MongoDb.UnitTests | ||
| Elsa.Workflows.Core.UnitTests | ||
| Elsa.Workflows.Runtime.UnitTests | ||