Closed gitlsl closed 7 years ago
I crate a wpf project in the SettingsServicecs.cs it can not find using Refractored.Xam.Settings; so I change to using Plugin.Settings; using Plugin.Settings.Abstractions; by resharper and is ok
SettingsServicecs.cs
using Refractored.Xam.Settings;
using Plugin.Settings; using Plugin.Settings.Abstractions;
@gitlsl good spot :-)
I'm guessing the namespaces must have changed at some point - i will update the nuget package to fix (doesnt require any ninja coder changes)
nuget package updated - should work ok now.
I crate a wpf project in the
SettingsServicecs.cs
it can not findusing Refractored.Xam.Settings;
so I change tousing Plugin.Settings; using Plugin.Settings.Abstractions;
by resharper and is ok