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.

FSharp.Data.Adaptive and Xamarin.iOS

See original GitHub issue

Hi!

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:closed
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
krauthaufencommented, Jun 12, 2020

With a little help we were able to test that, so Adaptive now works properly on Xamarin.IOS

0reactions
Liminienscommented, Jun 15, 2020

Thank you!

Read more comments on GitHub >

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

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