Caliburn.Micro & Xamarin Live Player
See original GitHub issueI all,
i’m trying to use Caliburn.Micro in a Xamarin.Forms app that i would like to test with Xamarin Live Player but without success.
First of all trying to launch app i found an error, seem that Xamarin Live Player needs a default constructor for App class,
Level=Error, Title=Visualization Error, Message=Cannot find a default constructor for XXXX.App (NInterpretException)]
Adding a default constructor for App class fix the error but i’m only able too see a blank view and it makes sense because Caliburn.Micro container is not correctly initialized and
DisplayRootView<HomeView>();
is never called.
Some suggestions on how I could proceed to have Live Player working with Caliburn.Micro scenario?
Thanks in advance.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Xamarin & Caliburn.Micro
Well the good news is that we've started work on bringing Caliburn.Micro to Xamarin and this post is to discuss a potential roadmap...
Read more >Start building mobile apps in 5 minutes with Xamarin Live Player
Sometimes getting started is half the battle with any new development environment. Come see how the Xamarin Live Player accelerates using ...
Read more >Caliburn micro and xamarin forms
I am new in xamarin but have used Calibrun Micro on wpf. I playing with an application that builds by VS 2022.
Read more >Get started with Xamarin Live Player - Events
In this video, James goes through everything you need to start building native iOS, Android, and Windows apps with Visual Studio and Xamarin....
Read more >The best Xamarin development links, every Friday - Issue 132
Real-World Xamarin Developer Problems (and how to solve them!) Mobile developers need to consider various aspects when developing the perfect app.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
looks like the already pushed a new update but not sure if it was related to this bug. The bug report I had was closed. Then again it might be a issue with CM and PCL. My issue was related to DI but .net core, the error is posting appears to be an error with iOS flavor of the Live PLayer
Xamarin Live player was discontinued so this bug should be closed