elsa-core/test/integration/Elsa.Workflows.IntegrationTests/Scenarios/ProjectedEnumerableToArray
Sipke Schoorstra af1f1b9ec0
Add integration tests for enumerables with projection to arrays (#7290)
* Add integration tests for enumerables with projection to arrays

Introduce integration tests to verify the conversion of a Select-projected IEnumerable to an array using JavaScript execution. This includes creating new test cases, activities, and workflows to ensure the end-to-end process behaves as expected. Also refined type inference in `ExpressionExecutionContextExtensions` for projection operators.

* Remove unused newline in EnumerableProjectionTests
2026-02-16 14:09:51 +01:00
..
EnumerableProjectionTests.cs Add integration tests for enumerables with projection to arrays (#7290) 2026-02-16 14:09:51 +01:00
EnumerableProjectionTestWorkflow.cs Add integration tests for enumerables with projection to arrays (#7290) 2026-02-16 14:09:51 +01:00
TestEnumerableActivity.cs Add integration tests for enumerables with projection to arrays (#7290) 2026-02-16 14:09:51 +01:00
TestOutputItem.cs Add integration tests for enumerables with projection to arrays (#7290) 2026-02-16 14:09:51 +01:00