hanssens / localstorage

LocalStorage for .NET - A simple and lightweight tool for persisting data in dotnet (core) apps.
MIT License
74 stars 17 forks source link

Don't persist on dispose when there are no items #17

Open hanssens opened 7 years ago

hanssens commented 7 years ago

When the Count() == 0, don't persist to disk.