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

MAUI Support Status Update #896

Open iamehps opened 6 months ago

iamehps commented 6 months ago

I would like to know the status of Caliburn Micro to support MAUI to understand how to proceed with my migration project from Xamarin Forms to MAUI that already uses Caliburn.

I have found different resources and information on the web not really very clear one with the another one and it confuses me to correctly proceed with my migration.

Any comments and suggestions would be really helpful and we can discuss the details.

Thanks!

vb2ae commented 6 months ago

There is a version of caliburn.micro for maui available on the myget feed and on our github feed.

https://www.myget.org/feed/caliburn-micro-builds/package/nuget/Caliburn.Micro.maui

https://github.com/Caliburn-Micro/Caliburn.Micro/pkgs/nuget/Caliburn.Micro.Maui

iamehps commented 6 months ago

Thanks a lot for your reply. Any example of integrating SimpleContainer with MAUI would be really useful.

The feeds you mentioned are different also in versions.

It would also be nice to have the possibility of having .pdb files to eventually have the possibility to debug Caliburn code.