Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vasani-arpit opened this issue Aug 25, 2017 · 4 comments

Comments

@vasani-arpit
Copy link

vasani-arpit commented Aug 25, 2017

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
Copy link
Owner

Hi. What platform?

@vasani-arpit
Copy link
Author

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

@dminta
Copy link

dminta commented Nov 20, 2017

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

For now there are 2 solutions:

  • convert your core project to shared project (not recommended),
  • create proxy for ColorThief platform specific implementation using Xamarin Forms DependencyService.

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
Copy link
Author

okay. I'll try that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants