FSharp.Data.Adaptive and Xamarin.iOS
See original GitHub issueHi!
Currently ShallowEqualityComparer
uses Reflection.Emit
, which is not allowed on iOS due to code generation limitations. Maybe there is a way to provide an iOS version without DynamicMethod
somehow?
Issue Analytics
- State:
- Created 3 years ago
- Comments:6
Top Results From Across the Web
FSharp.Data.Adaptive
It allows programmers to treat adaptive values just like immutable data while still maintaining efficient updates. Many adaptive data structures and operators ...
Read more >dsyme/fabulous-adaptive: Elmish for Xamarin.Forms
Extends the Fabulous programming model to use adaptive data for high-performance updates in data-rich UIs. Experimental, wet-paint, no nuget packages or ...
Read more >FSharp.Data.Adaptive
This library provides a simple yet powerful way to write incremental functional computations that can be connected to imperative sources on both input...
Read more >Using F# With Xamarin
F# is available as a programming language to Xamarin users on all of the Xamarin-supported platforms: Android, macOS, and iOS.
Read more >Aardvark – Real-time graphics and visualization in F# | ...
Tip, when posting about graphics and visualisation tooling, the first thing I want to see are screenshots and videos, not a wall of...
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
With a little help we were able to test that, so Adaptive now works properly on Xamarin.IOS
Thank you!