Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample compile error #3

Open
LiuOcean opened this issue Apr 1, 2024 · 2 comments
Open

Sample compile error #3

LiuOcean opened this issue Apr 1, 2024 · 2 comments

Comments

@LiuOcean
Copy link

LiuOcean commented Apr 1, 2024

The ItemColletionBinder has been removed, yet it is still being used in the CollectionViewViewModel. While it worked fine in version 1.0.0-pre.12 sample, it now causes the following compilation errors in version 1.0.0-pre.16 sample.

Assets/Samples/Model-View-ViewModel Toolkit/1.0.0-pre.16/Sample View/Views/CollectionView/CollectionViewViewModel.cs(71,41): error CS0246: The type or namespace name 'ItemCollectionBinder<,>' could not be found (are you missing a using directive or an assembly reference?)
@Bian-Sh
Copy link

Bian-Sh commented May 3, 2024

me too...

@Bian-Sh
Copy link

Bian-Sh commented May 7, 2024

在上一次提交时,作者删除了关于 集合 的逻辑,只需要把报错的地方尽情删除即可
In the previous submission, the author omitted the logic related to "collections," simply delete the parts that are causing errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants