Closed eefan000 closed 2 months ago
Inconsistent TypeId
It seems that a converter needs to be implemented
Hi @eefan000, I would like to inform you that I'm no longer be able to make any big contribution to this package (and Zitga Tech as a whole) since I've moved out of the company recently. In the future you might see this package in another form, by another name. But for the time being, I'm going to spend time on some personal stuffs.
Regarding ObservableList and the likes, I'd feel very appreciated if you could spend some time investigating if Cysharp/ObservableCollections can work with this MVVM implementation? Because I would like to not reinvent the wheel if possible. If push comes to shove, I would like to just copy the code of Cysharp/ObservableCollections and do little modifications.
Hi @eefan000, I would like to inform you that I'm no longer be able to make any big contribution to this package (and Zitga Tech as a whole) since I've moved out of the company recently. In the future you might see this package in another form, by another name. But for the time being, I'm going to spend time on some personal stuffs.
Regarding ObservableList and the likes, I'd feel very appreciated if you could spend some time investigating if Cysharp/ObservableCollections can work with this MVVM implementation? Because I would like to not reinvent the wheel if possible. If push comes to shove, I would like to just copy the code of Cysharp/ObservableCollections and do little modifications.
@grashaar It should be seamless to use. I have now implemented a simple infinite list data binding that can be directly used with any container. I use ObservableList<>just because it happens to be available.
Looking forward to your new library! If it comes out, please let me know!
It's good to know that this approach work for you seemlessly.
It seems to have failed in UnionConverter. As it was generated by code, I don't know how to debug breakpoints and cannot determine the specific location of the failure