Skip to content

feat: Added Undo Redo for nodes add remove #13

feat: Added Undo Redo for nodes add remove

feat: Added Undo Redo for nodes add remove #13

Triggered via push October 22, 2025 08:09
Status Success
Total duration 1m 17s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: examples/SharedNodesLibrary/UnityThemedNodes/UnitySocket.razor#L56
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FlowState/Models/FlowGraph.cs#L131
Parameter 'suppressEvent' has no matching param tag in the XML comment for 'FlowGraph.CreateNodeAsync(string, double, double, Dictionary<string, object?>, bool, bool)' (but other parameters do)
build: src/FlowState/Models/FlowGraph.cs#L128
XML comment has a param tag for 'supressEvent', but there is no parameter by that name
build: examples/SharedNodesLibrary/UnityThemedNodes/UnitySocket.razor#L71
Non-nullable property 'InnerColor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/SharedNodesLibrary/UnityThemedNodes/UnitySocket.razor#L68
Non-nullable property 'OuterColor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/SharedNodesLibrary/UnityThemedNodes/UnitySocket.razor#L65
Non-nullable property 'T' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/SharedNodesLibrary/UnityThemedNodes/UnitySocket.razor#L59
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/SharedNodesLibrary/UnityThemedNodes/UnitySocket.razor#L56
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FlowState/Models/FlowGraph.cs#L131
Parameter 'suppressEvent' has no matching param tag in the XML comment for 'FlowGraph.CreateNodeAsync(string, double, double, Dictionary<string, object?>, bool, bool)' (but other parameters do)
build: src/FlowState/Models/FlowGraph.cs#L128
XML comment has a param tag for 'supressEvent', but there is no parameter by that name