userJames Kingcancel
repoActionGraphscancel

699 Commits over 517 Days - 0.06cph!

6 Months Ago
Fix re-serializing a deserialized node with exposed properties
6 Months Ago
6 Months Ago
Only update cached if change ID has increased
6 Months Ago
WIP apply validity condition for method calls
6 Months Ago
6 Months Ago
6 Months Ago
WIP validity conditionals
6 Months Ago
Added IfValid tests
6 Months Ago
Add link triggered test Add failing test involving dispatching link triggered with a ref struct Fix a couple of issues with ref struct types
6 Months Ago
6 Months Ago
Fix new instance node title
6 Months Ago
6 Months Ago
6 Months Ago
Fix relaxed resolved method comparison Add NewInstance node
6 Months Ago
Only require generic params if instance method not resolved
6 Months Ago
6 Months Ago
6 Months Ago
Add JSON converters for InputDefinition / OutputDefinition
6 Months Ago
6 Months Ago
Fix case where WriteCacheReferences is ignored
6 Months Ago
Update MethodBinder.BuildCall signature
6 Months Ago
6 Months Ago
Expose MethodCallNodeDefinition.GetBinder
6 Months Ago
6 Months Ago
Expose MethodBinder Apply code style Add .git-blame-ignore-revs
6 Months Ago
6 Months Ago
Fixed exposed property value edge cases
6 Months Ago
6 Months Ago
Fix ActionGraphModel.WithDefaults handling exposed properties
6 Months Ago
6 Months Ago
6 Months Ago
Fix defaults being dropped in cached fast path
6 Months Ago
Don't automatically call RemoveUnusedChildNodes
6 Months Ago
6 Months Ago
Fix cached fast path change ID logic
6 Months Ago
6 Months Ago
Test GuidMap in cached fast path
6 Months Ago
6 Months Ago
6 Months Ago
Fast path for cached graphs
6 Months Ago
Fix expected type for constant value links
6 Months Ago
6 Months Ago
Fix Either.CreateType( typeof(Signal) )
6 Months Ago
7 Months Ago
7 Months Ago
Prune unused child nodes during validation Was doing this when removing links, but this would sometimes break graphs during deserialization
7 Months Ago
CacheForceLoadExposed test Allow calling Remove() on removed elements Fix deserializing into existing graph with array element links
7 Months Ago
7 Months Ago
7 Months Ago
Add SerializationOptions.ForceUpdateCached