This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Description
Describe the bug
All the children are disposed after calling any Node transform method on a NodeContainerFormat.
To Reproduce
Steps to reproduce the behavior:
TransformNodeContainerProblem.zip
I've attached a demo to see the issue. After the TransformWith call, all the children are disposed.
Expected behavior
As the children have a new root node, they should remain undisposed.