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

var storage = new LocalStorage(); giving me errors #22

Closed Olafssen closed 6 years ago

Olafssen commented 6 years ago

I'm trying to use your feature but keep getting this error when I'm debugging.

First time trying to use with no progress. Can you shed a light on this ?

I attached 2 pictures of my code. errorhans errorhans2

hanssens commented 6 years ago

Duplicate issue of #19. Following it up in there.

SreeluMandiga commented 5 years ago

What is the solution?. I have the same issue.