Xamarin Live Reload Support for half-elmish
See original GitHub issueFor 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:
- Created 5 years ago
- Reactions:2
- Comments:6
Top 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 >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
Note that Live Reload has been deprecated: https://github.com/xamarin/Xamarin.Forms/issues/4155#issuecomment-431596130
@dsyme Will do. I’ve been eagerly watching the commits for the full elmish live update, impressive stuff!