I finally found why the event was not properly propagated to the top level container (JArray)
Related to a small error due to the fact that a private property and a parameter have the same name ...
The only other function where this trouble can also happen is ApplyOperation but it seems fine to me. If someone else can just double check it to be sure.
Seriously, if we plan to keep this tome implementation, we really need unit tests.
Description
I finally found why the event was not properly propagated to the top level container (JArray) Related to a small error due to the fact that a private property and a parameter have the same name ...
The only other function where this trouble can also happen is
ApplyOperation
but it seems fine to me. If someone else can just double check it to be sure.Seriously, if we plan to keep this tome implementation, we really need unit tests.