Caliburn-Micro / Caliburn.Micro

A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
http://caliburnmicro.com/
MIT License
2.79k stars 775 forks source link

Update Avalonia to Preview 7 #856

Closed danwalmsley closed 1 year ago

danwalmsley commented 1 year ago

simply updates to preview 7 release,

and fix critical issue where xaml parsing will explode.

danwalmsley commented 1 year ago

Removed the reflection p/invoking of InitializeComponent, Avalonia works more like Xamarin in this case.

Iv informed in the other PR that Avalonia doesnt support this, as shown below,.

image