userJames Kingcancel
repoActionGraphscancel

676 Commits over 427 Days - 0.07cph!

9 Days Ago
9 Days Ago
Fix edge case when sorting nodes during validation Handle no primary output signal in IsSignalOutputChainSorted
9 Days Ago
9 Days Ago
Fix possible exception when compiling graphs calling returning methods Compile a throwing graph if exception thrown during compilation
9 Days Ago
9 Days Ago
Fix default values for properties
9 Days Ago
9 Days Ago
Fix coercing null values Explicitly specify types of default values
9 Days Ago
9 Days Ago
Add IActionGraphDelegate.DelegateType
9 Days Ago
IActionGraphDelegates can now be created from Type delegateType
9 Days Ago
10 Days Ago
Turn NodeExpressionBuilder into an interface So custom implementations can be used in MethodBinder
10 Days Ago
10 Days Ago
Fix GetOutputValue( Node.Output ) not being public
10 Days Ago
10 Days Ago
Update workflows to use .NET 9
10 Days Ago
10 Days Ago
10 Days Ago
10 Days Ago
Add setter to IActionGraphDelegate.Defaults
10 Days Ago
Fix CacheForceLoadExposed test
10 Days Ago
Generate lambda names again
10 Days Ago
Test special case with upgrading any / all connected to nop nodes Implemented Version 9 upgrader
10 Days Ago
Test for upgrading any / all nodes
10 Days Ago
Re-implement void task exception handling
10 Days Ago
Make sure return values are actually returned
11 Days Ago
Fix exposed property regression Better test for void task exception handling Don't spam debug info in deserializing benchmarks
11 Days Ago
Rewrite compiling to match delegate signature Pass parameters directly instead of allocating a dictionary
11 Days Ago
Re-implement LinkTriggered event for debugging
11 Days Ago
Fix deserializing primary input / output signals
12 Days Ago
Re-implement GraphNodeDefinition
12 Days Ago
Fix all / any nodes involving tasks
12 Days Ago
Simplify async validation
12 Days Ago
Some cleanup Some work on any / all nodes Simpler variable assignment validation
12 Days Ago
Parameter flags rework, fix sorting nodes
13 Days Ago
Fix conditional expression branch evaluation Could be more efficient, but this is the correct behaviour
13 Days Ago
Better test for conditional nodes
13 Days Ago
Use dotnet 9 collection expressions
13 Days Ago
Test expressions not always being accessed WIP reimplement all / any nodes Fix conditional node test Add WhenAny expression helper WIP fix conditional expressions / auto inlining Bump format version before I forget
13 Days Ago
Update to dotnet 9 Only print scopes / expressions if EnableDebugLogging is true
13 Days Ago
Fix undefined output regressions
13 Days Ago
Fix inheriting async from outputs Output values can be constant expressions For much simpler expression trees
14 Days Ago
Handle no-op nodes when running output signals
15 Days Ago
Add names to lambdas
15 Days Ago
Implement async while
15 Days Ago
Get rid of SetBody, just return it Tast async while
15 Days Ago
Fix default for params arg
15 Days Ago
Fix some ContinueWith cases
16 Days Ago
Re-implement while node, expression reduction