Add support for case function (#4147)

Co-authored-by: Copilot <[email protected]>
This commit is contained in:
Allan Guigou
2025-12-17 15:57:05 +00:00
committed by GitHub
co-authored by Copilot
parent c96dcd4729
commit 651077689d
18 changed files with 159 additions and 17 deletions
@@ -9,6 +9,7 @@ namespace GitHub.DistributedTask.Expressions2
{
static ExpressionConstants()
{
AddFunction<Case>("case", 3, Byte.MaxValue);
AddFunction<Contains>("contains", 2, 2);
AddFunction<EndsWith>("endsWith", 2, 2);
AddFunction<Format>("format", 1, Byte.MaxValue);