branchActionGraphs/maincancel

213 Commits over 183 Days - 0.05cph!

3 Months Ago
Failing test for resolving generic target type Input nodes are always reachable Fix ResolveTargetTypeParam test
3 Months Ago
Added public HasImplicitConversionTo / From extension methods
3 Months Ago
Automatically call ClearReflectionCache when adding / removing assembly
3 Months Ago
Add icon.png
3 Months Ago
Added NodeLibrary.ClearReflectionCache()
3 Months Ago
Invalidate input / output nodes when changing parameters
3 Months Ago
Either unwapping: preserve order
3 Months Ago
Add required nodes on deserialize
3 Months Ago
NodeBinding.FromSerializedActionGraph
3 Months Ago
Expose GetOutputExpression
3 Months Ago
DefaultSignals serialized shorthand
3 Months Ago
Implied target types / values
3 Months Ago
Allow custom type serialization
3 Months Ago
Make sure action graph inputs / outputs are sorted
3 Months Ago
Target value simplification
3 Months Ago
Mirror [GraphInput] parameters in sub-graphs
3 Months Ago
Expose some parameter definition helpers
3 Months Ago
IGraphInputAttribute to replace variable passing hack
3 Months Ago
VersionUpgraderAttribute Upgrade parameter format, all tests pass
3 Months Ago
Fixed signal parameters of generated sub-graphs
3 Months Ago
Fix missing member tests Fixed input / output node parameters
3 Months Ago
Get rid of OrderedDictionary WIP big refactor to move graph parameter definitions Create default input / output nodes in Create( delegateType ) Fixed some tests
3 Months Ago
Fix possible undefined variables for expression graphs
3 Months Ago
More variable tests Expose Node.UpdateParameters() Little refactor of ExpressionBuilder.WrapPrepareVariablesExpression Test reproducing "variable ... referenced from scope '', but it is not defined"
3 Months Ago
More output node fixes
3 Months Ago
Output node fixes
3 Months Ago
Node parameter helper documentation More cleanup, property.set value type target fix
3 Months Ago
Upgrading refactoring, replace "value" with "_value"
3 Months Ago
More special parameter name cleanup Nicer API for special parameters, rename "var" property to "_var"
3 Months Ago
Refactor version upgrading Special parameter name cleanup
3 Months Ago
Change default icon for expression nodes
3 Months Ago
Fix IsPure() for methods with out parameters
3 Months Ago
Implicit conversion from ObsoleteAttribute to ValidationMessage
3 Months Ago
Fix some operator display info
3 Months Ago
Operator node definition tweaks
3 Months Ago
Some safety when splicing a subgraph
3 Months Ago
Call UpdateParameters() on createSubGraphNode result
3 Months Ago
Make CreateSubGraphAsync more generic
3 Months Ago
Expose DisplayInfo.FromAttributes
3 Months Ago
Revert ".NET 8.0" This reverts commit 89b80abcf5da503916551c6137ac7846988c9d27.
3 Months Ago
Fixed type name substitution in DisplayInfo
3 Months Ago
.NET 8.0
3 Months Ago
Coerce typed operands Support default value for property substitution in DisplayInfo.Format
3 Months Ago
Expose NodeLibrary.TypeLoader and GraphLoader
3 Months Ago
Expose TypeConverter, ObjectConverter
3 Months Ago
Fix removing nested nodes when creating sub-graphs
3 Months Ago
Allow passing JsonSerializerOptions to CreateSubGraphAsync
3 Months Ago
Fixed finding sub-graph boundary when nested nodes are involved
3 Months Ago
Fixed obsolete generic method nodes not being reported as obsolete
3 Months Ago
Better obsolete node message Messages can have UserData