elsa-core/test/unit/Elsa.Expressions.UnitTests
Sipke Schoorstra 7e22a12081
fix(expressions): keep C# variable accessor lookup keys as real names (#8160)
* fix(expressions): keep C# variable accessor lookup keys as real names

Pascalize only the generated C# property identifier. Get/Set still use
the original variable.Name so camelCase names like orderId resolve the
same way as JS, Liquid, and Python.

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>

* test(expressions): disambiguate Options.Create in accessor tests

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-09-14 20:00:31 +02:00
..
CSharp fix(expressions): keep C# variable accessor lookup keys as real names (#8160) 2026-09-14 20:00:31 +02:00
Extensions fix: handle arrays of generic types in GetFriendlyTypeName (issue - #7369) (#7400) 2026-04-26 20:02:15 +02:00
Python Harden Python expression execution (#7507) 2026-05-20 14:19:47 +02:00
Services Feat/unit test coverage sendhttprequest (#6961) 2025-10-20 20:11:46 +02:00
Elsa.Expressions.UnitTests.csproj Harden Python expression execution (#7507) 2026-05-20 14:19:47 +02:00