repoActionGraphscancel

697 Commits over 458 Days - 0.06cph!

6 Days Ago
6 Days Ago
Test reproducing #20 Fix #20
7 Days Ago
7 Days Ago
Test reproducing #19 Fix #19
7 Days Ago
Fix #19
7 Days Ago
Test reproducing #19
7 Days Ago
7 Days Ago
Add NodeLibrary.ActionGraphCompiled to enable expression debugging
7 Days Ago
7 Days Ago
Fix #19
7 Days Ago
Test switch on enum node with explicit cases Test reproducing fragile type resolution WIP fix ambiguous type after deserialize WIP
13 Days Ago
13 Days Ago
More robust method binding for generic types
13 Days Ago
13 Days Ago
More robust method binding for generic types
13 Days Ago
13 Days Ago
Fix ignoring _type property of method nodes with target input
13 Days Ago
13 Days Ago
Fix ignoring _type property of method nodes with target input
14 Days Ago
14 Days Ago
Fix exposed property default value regression
39 Days Ago
Fix edge case when sorting nodes during validation Handle no primary output signal in IsSignalOutputChainSorted
39 Days Ago
39 Days Ago
39 Days Ago
Fix possible exception when compiling graphs calling returning methods Compile a throwing graph if exception thrown during compilation
39 Days Ago
39 Days Ago
Fix default values for properties
39 Days Ago
39 Days Ago
Fix coercing null values Explicitly specify types of default values
39 Days Ago
39 Days Ago
Add IActionGraphDelegate.DelegateType
39 Days Ago
39 Days Ago
IActionGraphDelegates can now be created from Type delegateType
40 Days Ago
40 Days Ago
Turn NodeExpressionBuilder into an interface So custom implementations can be used in MethodBinder
40 Days Ago
40 Days Ago
Fix GetOutputValue( Node.Output ) not being public
40 Days Ago
40 Days Ago
Update workflows to use .NET 9
40 Days Ago
40 Days Ago
40 Days Ago
Add setter to IActionGraphDelegate.Defaults
40 Days Ago
Fix CacheForceLoadExposed test
40 Days Ago
Generate lambda names again
40 Days Ago
Test special case with upgrading any / all connected to nop nodes Implemented Version 9 upgrader
40 Days Ago
Test for upgrading any / all nodes
40 Days Ago
Re-implement void task exception handling
40 Days Ago
Make sure return values are actually returned
41 Days Ago
Fix exposed property regression Better test for void task exception handling Don't spam debug info in deserializing benchmarks
41 Days Ago
Rewrite compiling to match delegate signature Pass parameters directly instead of allocating a dictionary