ReedCopsey / Gjallarhorn.Bindable

Unidirectional binding library built on top of Gjallarhorn for WPF and Xamarin Forms
MIT License
27 stars 10 forks source link

Support change to .Net Standard 2.0 in Gjallarhorn #13

Closed mtnrbq closed 4 years ago

mtnrbq commented 6 years ago

The change to address ReedCopsey/Gjallarhorn#43 requires corresponding changes in this dependent repository. @ReedCopsey

ReedCopsey commented 6 years ago

This is done, but Android projects are failing on build (at least for me). Still some work to do here.

mtnrbq commented 6 years ago

Hmm ok I'll dig into that

mtnrbq commented 6 years ago

There seems to be an issue with the ElmInspiredOne.fsproj - hangs on loading in VS2017 15.6

ReedCopsey commented 6 years ago

@mtnrbq So - got that loading. It's an issue with new F# project system. Should load properly now, but the main android (C#) project is failing horribly for me.

FoggyFinder commented 4 years ago

Sample project builds fine now - there was a contradictory condition in paket files (Main group targets .netstandard while Android project have to have references to platform specific packages as well).

Not a Paket expert so moved to NuGet at least temporarly.