runtime: [Xamarin.Android] System.PlatformNotSupportedException: System.Runtime.Caching is not supported on this platform

Hi,

I have a class library (.Net Standard) that uses System.Runtime.Caching, I want to use this class library in my Xamarin.Android project, but I got System.PlatformNotSupportedException exception.

Is there any plan to fix this, so we can use System.Runtime.Caching in Xamarin?

Thanks.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 16 (13 by maintainers)

Most upvoted comments

Fixed in 3.0 in PR dotnet/corefx#39822 and in master (5.0) in PR dotnet/corefx#39556

@dehghani-mehdi see how he closed it - it was fixed in master (for 5.0), now there is pending PR for release/3.0 - dotnet/corefx#39822 … reopening.