hanssens / localstorage

LocalStorage for .NET - A simple and lightweight tool for persisting data in dotnet (core) apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it working across web appllications

acrigney opened this issue · comments

Sorry I could not get the local storage data to be read from another ASP.NET MVC web app.
I guess I can debug into your code or use fiddler.

@acrigney Not sure what the problem is, but if you can setup a simple, minimal reproducible example (for example, a test repo) I'd be happy to take a look.

Sure, it does. If you have the .localstorage file it can be transferred and/or re-used between different .NET Core apps. However, to prevent any concurrency problems I wouldn't recommend to use it as a database storage between different apps.

Hope in the meantime you've tried it, @acrigney. But the lib targets netstandard2.0 which means it should be compatible with .NET 4.6.1 and higher.

If you have issues with it, let me know.