elsa-core/test
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
..
component Fix incorrect syntax for generating GUID in CountdownWorkflow 2025-03-13 21:34:18 +01:00
integration Merge pull request #6495 from elsa-workflows/enh/explicit-deterministic-variable-id 2025-03-14 23:05:35 +01:00
performance Added example of perfomance test 2024-12-27 18:57:22 +03:00
unit Handle conversion of enumerables to arrays in ObjectConverter (#6508) 2025-03-18 16:09:49 +01:00
Directory.Build.props Add .NET 9.0 target 2024-12-10 21:06:42 +01:00