sameerkapps / SecureStorage

119 stars 32 forks source link

NETStandard version of SecureStorage? #26

Closed dfarrNTST closed 6 years ago

dfarrNTST commented 6 years ago

Is there a NETStandard version of this package available or on the roadmap? We are moving all of our library development to .NETStandard 2.0.

sameerkapps commented 6 years ago

It is on the roadmap.

dfarrNTST commented 6 years ago

Thanks...a rough estimate of when it might be available?

sameerkapps commented 6 years ago

Will do it in the holiday season.

sameerkapps commented 6 years ago

Done! Please check the source and the latest NuGet package.

sameerkapps commented 6 years ago

Blog on the latest. https://sameer.blog/2018/01/19/whats-new-in-secure-storage-2-0/

rinkeb commented 6 years ago

Hi, despite upgrading to SecureStorage 2.0 i am still getting a netstandard related compiler warning:

warning NU1701: Package 'sameerIOTApps.Plugin.SecureStorage 2.0.0' 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.

Tried to uninstall / install the nuget, but the warning won't go away. It seems to work fine though. My host project is a Xamarin.forms .netstandard 2.0 library in a Xamarin.Forms solution.