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.

Xamarin Live Reload Support for half-elmish

See original GitHub issue

For the “half elmish” approach of having static XAML files, but still using an elmish model, it would be very compelling to have Xamarin Live Reload support.

At the moment if I add the live reload package to this project, the ResolveAssembly task in Xamarin.Android.Common.targets fails with:

C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1590,2): error : Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'Xamarin.Live.Reload, Version=0.3.27.0, Culture=neutral, PublicKeyToken='. Perhaps it doesn't exist in the Mono for Android profile?
File name: 'Xamarin.Live.Reload.dll'

I think I can work around this, but then I spotted some targets in the live reload package that looks like it will only work in C# & VB projects, it tries to inject some attributes into the assembly, however I don’t think F# uses the same targets (yet? see here: https://github.com/Microsoft/visualfsharp/issues/3113).

I might have a dabble with this later this week to see what I can get working.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:6

github_iconTop GitHub Comments

1reaction
cartermpcommented, Oct 28, 2018
1reaction
slang25commented, Oct 30, 2018

@dsyme Will do. I’ve been eagerly watching the commits for the full elmish live update, impressive stuff!

Read more comments on GitHub >

github_iconTop Results From Across the Web

XAML Hot Reload for Xamarin.Forms
XAML Hot Reload supports simultaneous debugging in Visual Studio and Visual Studio for Mac. You can deploy an Android and an iOS target...
Read more >
Announcing XAML Hot Reload for Xamarin.Forms
What's Supported? XAML Hot Reload for Xamarin.Forms plugs into your existing workflow to save you time and make you more productive.
Read more >
Xamarin Forms Hot Reload is Not Functioning
First of all, update all of your nuget package project to the latest, then close your VS, then delete the 'bin' and 'obj'...
Read more >
Hot Reload for Xamarin.Forms comes to Rider
The Rider team has been hard at work, and we are happy to announce that Xamarin.Forms XAML Hot Reload is coming in Rider...
Read more >
XAML Hot Reload Comes to Xamarin!
Hot reload is now available for Xamarin, and it supports Syncfusion controls. Now you can see the changes on your device by simply...
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