repoActionGraphscancel

446 Commits over 213 Days - 0.09cph!

3 Months Ago
3 Months Ago
Revert ".NET 8.0" This reverts commit 89b80abcf5da503916551c6137ac7846988c9d27.
3 Months Ago
3 Months Ago
Fixed type name substitution in DisplayInfo
3 Months Ago
.NET 8.0
3 Months Ago
3 Months Ago
Coerce typed operands Support default value for property substitution in DisplayInfo.Format
3 Months Ago
3 Months Ago
Expose NodeLibrary.TypeLoader and GraphLoader
3 Months Ago
3 Months Ago
Expose TypeConverter, ObjectConverter
3 Months Ago
3 Months Ago
Fix removing nested nodes when creating sub-graphs
3 Months Ago
3 Months Ago
Allow passing JsonSerializerOptions to CreateSubGraphAsync
3 Months Ago
3 Months Ago
Fixed finding sub-graph boundary when nested nodes are involved
3 Months Ago
3 Months Ago
Fixed obsolete generic method nodes not being reported as obsolete
3 Months Ago
3 Months Ago
Better obsolete node message Messages can have UserData
3 Months Ago
3 Months Ago
Warn about obsolete nodes Obsolete node test Expose parameter attributes from method bindings
3 Months Ago
3 Months Ago
Fixed initializing variables from inputs in expression graphs
3 Months Ago
3 Months Ago
Include default output signal in "if" nodes
3 Months Ago
3 Months Ago
Fixed ID of Math.Sign nodes
3 Months Ago
3 Months Ago
Math.Abs, Math.Sign
3 Months Ago
3 Months Ago
Fixed detemining expected type for properties on deserialize
3 Months Ago
Failing test deserializing type param
3 Months Ago
3 Months Ago
Math.Clamp node
3 Months Ago
3 Months Ago
Fix static property nodes if both get and set are available
3 Months Ago
3 Months Ago
Fixed unwrapping Either with > 8 types
3 Months Ago
3 Months Ago
Either<> tweaks
3 Months Ago
3 Months Ago
Fix some edge cases with Either.CreateType
3 Months Ago
3 Months Ago
Node test formatting Ambiguous overload binding tests Either type Use Either type for ambiguous bindings Compare implicit conversions required when resolving overloads
4 Months Ago
4 Months Ago
Better display info for property.get output Implemented constructor nodes Fixed property getter nodes Fixed display info for property get / set methods
4 Months Ago
Combine ExpressionNode, ActionNode attributes Mark expression node methods with [Pure] IActionGraph.AddNode( string id ) extension method Tests for constructor and static property nodes
4 Months Ago
Expose Node.MarkDirty