jamesmontemagno / ImageCirclePlugin

Circle Images for your Xamarin.Forms Applications
MIT License
240 stars 68 forks source link

Image not circle for UWP Windows 10 #4

Closed jacob-ebey closed 7 years ago

jacob-ebey commented 8 years ago

Bug

Version Number of Plugin: 1.4.1 Device Tested On: Windows 10 UWP Simulator Tested On: N/A

Expected Behavior

Image should remain a Circle.

Actual Behavior

Image is presented as a box.

Debug mode: debug

Release mode: release

Steps to reproduce the Behavior

Enable Release mode.

The only difference between the two images above is Debug vs Release for a UWP application running on Windows 10.

jamesmontemagno commented 7 years ago

In release mode you need to make sure that it is not linked out during .NET Native.

https://github.com/xamarinhq/app-evolve/blob/master/src/XamarinEvolve.UWP/App.xaml.cs#L116

jacob-ebey commented 7 years ago

Thank you @jamesmontemagno I realized this yesterday about 20 minutes after I posted. Appreciate the replay as always.

ChrisMacLeanRQI commented 6 years ago

Hello James. We are experiencing this same issue when in release mode under Windows 10. I looked at your above link and comment, but I am not sure what you mean by it. It works fine in debug mode and on Android.

jamesmontemagno commented 6 years ago

You need to make sure you follow the readme and put in the Init and linkskip stuff