Closed joakimmag closed 6 years ago
Hi @wireless-r Unfortunately, this feature is available only from beta channel.. Try to install the last pre-release package (https://www.nuget.org/packages/Xam.Plugins.Settings/4.0.0.10-beta)
But I hope, @jamesmontemagno will release stable version soon.
Getting this error. Have re-installed, cleaned, re-built project.
Bug Information
Version Number of Plugin: 3.1.1 Device Tested On: Not tested, can't build. Simulator Tested On: Version of VS: 15.7.2 Version of Xamarin: 3.0.0.482510 Versions of other things you are using:
Steps to reproduce the Behavior
using Plugin.Settings.Abstractions.Extensions;
Expected Behavior
No IntelliSense or compiler error.
Actual Behavior
Build error: error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Plugin.Settings.Abstractions' (are you missing an assembly reference?)
Code snippet
Screenshots