question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Caliburn.Micro & Xamarin Live Player

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mvermefcommented, Jan 14, 2018

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

0reactions
vb2aecommented, Apr 25, 2021

Xamarin Live player was discontinued so this bug should be closed

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found