elsa-workflows / elsa-workflows/elsa-core
Elsa 3.1 - csharp script - extend the scripting capabilities to include custom types
Open
enhancement
triaged
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
## Feature Request
Elsa 3.1 - csharp script - extend the scripting capabilities to include custom types
### Problem Overview
CSharp expression evaluator fails to execute - ((MyType)Output.LastResult).PropertyName with error
error CS0246: The type or namespace name 'MyType' could not be found (are you missing a using directive or an assembly reference?)
### Proposed Solution
Capability to add custom namespaces and assemblies to CSharpOptions
Contributor guide
Assessment
This issue has not been assessed yet.