elsa-core/test/unit/Elsa.Workflows.Core.UnitTests/ObjectConversion
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
..
Person.cs Improve JSON array conversion in ObjectConverter 2025-01-29 10:50:42 +01:00
Tests.cs Handle conversion of enumerables to arrays in ObjectConverter (#6508) 2025-03-18 16:09:49 +01:00