I've already logged a support request for some errors I have come across. I am listing here some items that I have uncovered in my own analysis hoping that it might also help someone else and that hopefully the zenno team can implement fixes when converting these files in future builds.
* The type or namespace name 'Zennolab' could not be found (are you missing a using directive or an assembly reference?).
This seems to come up because of a change in case for the word ZennoLab.
Replace
using Zennolab.CommandCenter;
with
using ZennoLab.CommandCenter;
* The type or namespace name 'Zennolab' could not be found (are you missing a using directive or an assembly reference?).
This seems to come up because of a change in case for the word ZennoLab.
Replace
using Zennolab.CommandCenter;
with
using ZennoLab.CommandCenter;