repoActionGraphscancel

697 Commits over 458 Days - 0.06cph!

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