Is there a planned update/branch for the newest Avalonia 12.0.999 Nightly builds?
I am currently migrating my Android project to the latest Avalonia v12 Nightly to utilize performance improvements.
I updated from 12.0.999-cibuild0060243 to 12.0.999-cibuild0062223-alpha.
The Issue:
The latest Avalonia Nightly builds introduced significant breaking changes that prevent AvaloniaEdit from compiling. I attempted to update the Avalonia package in the AvaloniaEdit repository to cibuild0062223-alpha manually, but encountered the following missing types/interfaces:
Question:
Is there a specific feature branch (e.g., feature/v12-update) where these breaking changes are being addressed? Or is there a migration guide for the new Clipboard/Input/Scroll changes available?
Thank you!
Is there a planned update/branch for the newest Avalonia 12.0.999 Nightly builds?
I am currently migrating my Android project to the latest Avalonia v12 Nightly to utilize performance improvements.
I updated from
12.0.999-cibuild0060243to12.0.999-cibuild0062223-alpha.The Issue:
The latest Avalonia Nightly builds introduced significant breaking changes that prevent
AvaloniaEditfrom compiling. I attempted to update the Avalonia package in theAvaloniaEditrepository tocibuild0062223-alphamanually, but encountered the following missing types/interfaces:Question:
Is there a specific feature branch (e.g.,
feature/v12-update) where these breaking changes are being addressed? Or is there a migration guide for the new Clipboard/Input/Scroll changes available?Thank you!