jamesmontemagno / SettingsPlugin

Read and Write Settings Plugin for Xamarin and Windows
MIT License
324 stars 80 forks source link

Support for Nullable types #96

Closed alanhoman closed 7 years ago

alanhoman commented 7 years ago

I have been using 2.6.0.12-beta without any problems, but the 3.0 build has created an issue for me. I was using settings to store nullable types such as bool? and DateTime?, but the new plugin is now strongly typed and does not support nullable types. Will this be supported in a future release?

alanhoman commented 7 years ago

I just checked the resolved issues and noticed that nullable types would not be supported. Sorry for submitting a duplicate issue.