Add Support for Prism.Avalonia v12.1 - #3410
Merged
dansiegel merged 10 commits intoSep 7, 2026
Merged
Conversation
…issing navigation parameters. And updated to new Diagnostics NuGet pkg reference.
…t is unknown until it is used
…nd project. Added Styles icons preview example. Bumped tabs to 4
Contributor
Author
|
looking into the build issue... I am noticing when locally running all the tests that the following two tests will fail. However, when executed by themselves, it works just fine.
|
…sn't support .NET Framework anymore
…ement.CheckAccess() for Avalonia too (same as other targets), instead of Dispatcher.UIThread.CheckAccess(). This removes the dispatcher-global gate that prevented region creation in the failing test path.
Contributor
Author
|
(Update on the Fix): Updated DelayedRegionCreationBehavior to use targetElement.CheckAccess() for Avalonia too (same as other targets), instead of Dispatcher.UIThread.CheckAccess(). This removes the dispatcher-global gate that prevented region creation in the failing test path. |
Contributor
Author
|
@brianlagunas and @dansiegel, I got to sync up with you guys regarding NuGet.org so we can migrate ownership of the packages. We can chat about this via Teams or email if you'd prefer. |
dansiegel
approved these changes
Sep 7, 2026
Contributor
Author
|
Thank you sir! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Change
Adds support for Avalonia v12.1 to Prism.Avalonia, and Dialog box example.
See also, #3391
Bugs Fixed
Avalonia.Diagnosticshas been deprecated, references the newAvaloniaUI.DiagnosticsSupportAPI Changes
N/A
Behavioral Changes
As of Avalonia v12.x, the
Avalonia.Diagnosticsproject has moved toAvaloniaUI.DiagnosticsSupportPR Checklist