question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CachedImageRenderer is not available for registration in .NET Standard

See original GitHub issue

Steps to Reproduce

  • Install VS2017 15.5.3
  • Create a blank Xamarin.Forms 2.5.0.122203 app with .NET Standard option
  • Install FFImageLoading 2.3.4 Nuget package
  • Add CachedImageRenderer.Init(); to MainActivity and AppDelegate
  • Observe that Forms is not recognizable by VS when you import
    • FFImageLoading.Forms.Touch
    • FFImageLoading.Forms.Droid

Expected Behavior

Need to be able to register CachedImageRenderer so FFImageLoading can be used.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
AnatolyUAcommented, Jan 29, 2018

I downgraded FFImageLoading to 2.3.2 and it works fine. So there is no problem with .NET Standard 2.0 and there is something wrong with 2.3.4 version of FFImageLoading.

0reactions
daniel-luberdacommented, Mar 2, 2018

I’ll close this one as I cannot reproduce it on a new project. Please attach a repo if it’s still happening.

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - Please call CachedImageRenderer.Init method in a ...
Call CachedImageRenderer.Init after global::Xamarin.Forms.Forms.Init(); in FinishedLaunching method present in AppDelegate.cs file of iOS ...
Read more >
Xamarin.FFImageLoading.Forms 2.2.8
Xamarin Forms plugin to load images quickly and easily on Xamarin.Forms. Features: - Xamarin.Forms - iOS / Android / Windows (WinRT, ...
Read more >
Xamarin Community Forums - RSSing.com
Using FFImageLoading CachedImage however is not showing the image when I run my app whereas Image (Xamarin Image View) is showing it fine....
Read more >
NET Framework technologies unavailable on .NET 6+
Several technologies available to .NET Framework libraries aren't available for use with .NET 6+, such as app domains, remoting, and code ...
Read more >
export huge PDF
I have a urgent need for exporting a 1g pdf but got out of memory error in the following code. JRExportManager.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found