userJames Kingcancel
repoActionGraphscancel

611 Commits over 397 Days - 0.06cph!

2 Months Ago
2 Months Ago
Fast path for cached graphs
2 Months Ago
2 Months Ago
Fix expected type for constant value links
2 Months Ago
2 Months Ago
Fix Either.CreateType( typeof(Signal) )
2 Months Ago
2 Months Ago
Prune unused child nodes during validation Was doing this when removing links, but this would sometimes break graphs during deserialization
2 Months Ago
2 Months Ago
CacheForceLoadExposed test Allow calling Remove() on removed elements Fix deserializing into existing graph with array element links
2 Months Ago
Add SerializationOptions.ForceUpdateCached
2 Months Ago
2 Months Ago
Add way to not increment ChangeId after housekeeping validation Set SourceLocation in cached deserialize
2 Months Ago
2 Months Ago
Set SourceLocation in Serialize, if null
2 Months Ago
2 Months Ago
Fix PushGuidMap
2 Months Ago
2 Months Ago
SerializationOptions scope refactor, add WriteCacheReferences
2 Months Ago
Version bump Store node properties as a JsonObject Fix order inconsistency Add ChangeId to model, deserialize cached if changed
2 Months Ago
Version bump Store node properties as a JsonObject Fix order inconsistency Add ChangeId to model, deserialize cached if changed
2 Months Ago
2 Months Ago
Move aliases to ISourceLocation
2 Months Ago
2 Months Ago
ActionGraphCache: aliases
2 Months Ago
2 Months Ago
Reapply "Add ActionGraph.SourceLocation" This reverts commit 69982f5ae0aa3b6b072be3bfd5e6e28862709913.
2 Months Ago
IActionGraphCache.Add() takes in a Guid
2 Months Ago
2 Months Ago
2 Months Ago
Add IActionGraphCache.Guids
2 Months Ago
Add interface IActionGraphCache
2 Months Ago
3 Months Ago
Revert "Add ActionGraph.SourceLocation" This reverts commit 413f3e3e213f3e31114cc585e89d2dd288a5366c.
3 Months Ago
Add ActionGraph.SourceLocation
3 Months Ago
4 Months Ago
Fix compiling invalid async graphs
4 Months Ago
Fix TryGetActionGraphImplementation
4 Months Ago
Re-implement delegates with out parameters
4 Months Ago
Re-implement handling void task exceptions
4 Months Ago
Re-implement ActionGraph.InvokeAsync
4 Months Ago
Cache CompiledActionGraph.BuildDelegate<T>() Re-implement ActionGraph.Evaluate
4 Months Ago
Gradually connecting everything together again
4 Months Ago
WIP generate delegates that don't use dictionaries
5 Months Ago
Add BindingSurface.Node
5 Months Ago
5 Months Ago
5 Months Ago
Cache ExposedProperties
5 Months Ago
5 Months Ago
Make NodeBinding.FromMethodBase exceptions into binding errors