ProgressRingPlugin icon indicating copy to clipboard operation
ProgressRingPlugin copied to clipboard

.NET Standard Still not Compatible

Open nrobeson opened this issue 6 years ago • 2 comments

The release notes for the latest 0.1.2 claim .netstandard compatibility. This is not true. Any date when this will be available?

Nathan

Release Notes

  • Switched PCL project to .netstandard - added animation easing property (for binding) - added animation time property (for binding) - added easing property for use in xaml

nrobeson avatar Nov 13 '18 23:11 nrobeson

I'm running into this issue as well. When I add this nuget package to my Xamarin.Forms 3.4 project, I get a yellow bang that states:

Package "Xaml.Plugin.Forms.ProgressRing 0.1.2" was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.

Tam66662 avatar Apr 29 '19 18:04 Tam66662

It seems that this just needs to have the NetStandard library updated. I cloned the repository, updated the library from 2.0.0 to 2.0.3 (and Xamarin too, since it's really out of date), rebuilt in Release mode, removed the nuget package and added a reference to my own built version and my warnings about compatibility went away.

kiddailey avatar May 02 '23 22:05 kiddailey