Thank you for this interesting project. I am trying to see if I can use this to implement a bit of MVVM in Excel. I saw your indication that this is super experimental.
I am getting a type mismatch error on this statement:
Set Test.ConcreteSUT = BindingManager.Create(Test.CommandManager, New StringFormatterNetFactory)
which I changed to:
Set Test.ConcreteSUT = BindingManager.Create(AppContext.Create(DebugOutput:=True), New StringFormatterNetFactory)
I am wondering if this change is insufficient and thus causing the handle property change tests to see 0 invokes.
Could you please suggest some ideas of how I could fix this?
Thanks
David