repoActionGraphscancel

699 Commits over 517 Days - 0.06cph!

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