flex icon indicating copy to clipboard operation
flex copied to clipboard

.NET Standard support

Open aloisdeniel opened this issue 7 years ago • 4 comments

Hi,

Are other platforms support planned (UWP, macOS, ...) ?

This could lead to a .NET Standard version for standardised layout declarations.

Thanks!

aloisdeniel avatar Aug 28 '17 09:08 aloisdeniel

yap we will need this for Forms :)

rmarinho avatar Oct 16 '17 11:10 rmarinho

Early support was added as of 72af8f7a521f7ef55486adc46818f1d2c2f1fab8 to build a netstandard-compatible nuget, but that's only for macos at this point. Let's keep the issue open until we fully support all the architectures that we want.

lrz avatar Oct 20 '17 16:10 lrz

Target platforms are UWP, iOS , macOS , Android, WPF(net45)

rmarinho avatar Nov 08 '17 12:11 rmarinho

Is macOS supported with current NuGet package ?

It seems to have a native/macos/libflex.dylib library, but when I reference the package from a Cocoa macOS Xamarin project I get a System.DllNotFoundException: flex.

aloisdeniel avatar Nov 08 '17 13:11 aloisdeniel