ProgressRingPlugin
ProgressRingPlugin copied to clipboard
.NET Standard Still not Compatible
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
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.
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.