asudbury / NinjaCoderForMvvmCross

A Visual Studio AddIn for MvvmCross framework and Xamarin Forms
44 stars 18 forks source link

Refractored.Xam.Settings can not find #226

Closed gitlsl closed 7 years ago

gitlsl commented 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

asudbury commented 7 years ago

@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)

asudbury commented 7 years ago

nuget package updated - should work ok now.