AvaloniaCommunity / Prism.Avalonia

Prism Avalonia UI framework. Super charge your cross-platform apps with IoC, navigation, and more! Sponsored by Suess Labs. Prism is based on Microsoft patterns and practices.
https://www.nuget.org/packages/Prism.Avalonia/
MIT License
313 stars 40 forks source link

Upgrade NuGet packages to Avalonia v11.1.1 #179

Closed DamianSuess closed 4 months ago

DamianSuess commented 4 months ago

Details

Linked To Issue/Feature

Tests

DamianSuess commented 4 months ago

Currently testing

DamianSuess commented 4 months ago

Issue found in ModulesSampleApp where ItemsControlRegionAdapter is already bound. Using the same region adapter from SampleMvvmApp causes a module to not register its events quick enough.

Prism.Navigation.Regions.RegionCreationException

An exception occurred while creating a region with name 'ListRegion'. The exception was: System.InvalidOperationException: ItemsControl's ItemsSource property is not empty.

This control is being associated with a region, but the control is already bound to something else. 
If you did not explicitly set the control's ItemSource property, 
this exception may be caused by a change in the value of the inherited RegionManager attached property.
DamianSuess commented 4 months ago

Ready to roll baby!

"WOOO!!" - Ric Flair