repoActionGraphscancel

697 Commits over 458 Days - 0.06cph!

26 Days Ago
26 Days Ago
Test reproducing #20 Fix #20
26 Days Ago
26 Days Ago
Test reproducing #19 Fix #19
26 Days Ago
Fix #19
26 Days Ago
Test reproducing #19
26 Days Ago
26 Days Ago
Add NodeLibrary.ActionGraphCompiled to enable expression debugging
27 Days Ago
27 Days Ago
Fix #19
27 Days Ago
Test switch on enum node with explicit cases Test reproducing fragile type resolution WIP fix ambiguous type after deserialize WIP
33 Days Ago
33 Days Ago
More robust method binding for generic types
33 Days Ago
33 Days Ago
More robust method binding for generic types
33 Days Ago
33 Days Ago
Fix ignoring _type property of method nodes with target input
33 Days Ago
33 Days Ago
Fix ignoring _type property of method nodes with target input
33 Days Ago
33 Days Ago
Fix exposed property default value regression
58 Days Ago
Fix edge case when sorting nodes during validation Handle no primary output signal in IsSignalOutputChainSorted
58 Days Ago
58 Days Ago
58 Days Ago
Fix possible exception when compiling graphs calling returning methods Compile a throwing graph if exception thrown during compilation
59 Days Ago
59 Days Ago
Fix default values for properties
59 Days Ago
59 Days Ago
Fix coercing null values Explicitly specify types of default values
59 Days Ago
59 Days Ago
Add IActionGraphDelegate.DelegateType
59 Days Ago
59 Days Ago
IActionGraphDelegates can now be created from Type delegateType
59 Days Ago
59 Days Ago
Turn NodeExpressionBuilder into an interface So custom implementations can be used in MethodBinder
59 Days Ago
59 Days Ago
Fix GetOutputValue( Node.Output ) not being public
59 Days Ago
59 Days Ago
Update workflows to use .NET 9
59 Days Ago
59 Days Ago
59 Days Ago
Add setter to IActionGraphDelegate.Defaults
59 Days Ago
Fix CacheForceLoadExposed test
59 Days Ago
Generate lambda names again
59 Days Ago
Test special case with upgrading any / all connected to nop nodes Implemented Version 9 upgrader
60 Days Ago
Test for upgrading any / all nodes
60 Days Ago
Re-implement void task exception handling
60 Days 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