-
Notifications
You must be signed in to change notification settings - Fork 42
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
Prism Latest version problem #43
Comments
@Coolkeke thank you for reaching out. I created a post in the Discussion forum, #44 Avalonia v11 Preview 5 - Project Status
Yes, this is unfortunate when migrating from v11's Preview 4 to 5 that changes may need to be made in our projects. Both our PR #39 and Avalonia's Wiki page titled, Breaking Changes outline some of the changes. Considering the new release contains 1,422 commits and 1,947 file changes, I'm doing my best to swiftly upgrade and document the changes required over here in the Upgrading-to-Avalonia-11.md file. |
@DamianSuess Thank you for your reply. I have publicized your project in the company. Many projects in our company are using the open source tools provided by your team. We also appreciate your Avalonia. Prism project. This is a very good project. We look forward to your latest news. Thank you again for your reply!! |
You're welcome @Coolkeke and thank you for the support. Best wishes on your projects. Keep an eye out for the new update coming soon |
Ok, thank you for reminding |
When is Prism planning to release 8.1.97.3-preview.11.5? Anvaloia has released 8.1.97.3-preview.11.5. I think you have such a piece of code in your latest project
protected abstract AvaloniaObject CreateShell();
Currently, it is still used in 8.1.97.3-preview.11.4
protected abstract IAvaloniaObject CreateShell();
Such a method, but in the latest Avalonia 8.1.97.3 - preview. 11.5, there is no such interface as IAvaloniaObject. How do I deal with this problem?
Here is my project Demo, please help me to have a look
Todo.zip
The text was updated successfully, but these errors were encountered: