KSemenenko / ColorThief

Color Thief for .NET
MIT License
164 stars 28 forks source link

System.NotImplementedException:This functionality is not implemented in the portable version of this assembly. #8

Open vasani-arpit opened 7 years ago

vasani-arpit commented 7 years ago

I am getting this issue. Is this package is not implemented in Xamarin.Forms ? I think it is because readme.md says it.

image

KSemenenko commented 7 years ago

Hi. What platform?

vasani-arpit commented 7 years ago

Project is in Xamarin.forms. I am running it in Android.

dminta commented 6 years ago

@vasani-arpit Such error occurs when your core Forms project is PCL, not shared project (like in ColorTestApp).

For now there are 2 solutions:

Be aware that in the 2nd scenario IColorThief from ColorThief.Forms.dll is not IColorThief from ColorThief.Forms.Android.dll so you should avoid using components from these assemblies in your proxy interface.

vasani-arpit commented 6 years ago

okay. I'll try that.