-
Notifications
You must be signed in to change notification settings - Fork 154
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
Update to Avalonia 11 preview 8 #332
Conversation
Unit test project is not compiling due to internal API visibility. We probably need to migrate these tests to the headless platform. |
On my way to migrate these tests AvaloniaUI/Avalonia#11146 |
@danipen done, but we probably need to wait until AvaloniaUI/Avalonia#11169 is merged at least. It should be fine to target preview7 in the main project and nightly in the tests project. As necessary changes affect only tests. |
@maxkatz6 should the tests pass green? I'm getting some errors:
And also:
|
@danipen yes, it was green locally, maybe wrong build number. I will check. |
BTW loving this change, unit tests get much more simple! |
@maxkatz6 did you take a look into it? |
Yes, non-UI tests in this repo are using Dispatcher, which is uses before proper headless initialization, caching incorrect dispatcher implementation. I need to figure out how to avoid it without affecting this code base too much. |
@maxkatz6 any updates on this? |
@danipen done. Should be ready to merge as preview7 or preview8 or both. |
Let us target preview8 as that is the most recent version |
Hello, is there any chance of publishing a preview8 package on nuget? |
Oops, I missed that one. |
Update the codebase to Avalonia 11 preview 8.