Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it working across web appllications #24

Closed
acrigney opened this issue Sep 18, 2018 · 5 comments
Closed

Is it working across web appllications #24

acrigney opened this issue Sep 18, 2018 · 5 comments

Comments

@acrigney
Copy link

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.

@hanssens
Copy link
Owner

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

@acrigney
Copy link
Author

acrigney commented Sep 20, 2018 via email

@hanssens
Copy link
Owner

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.

@acrigney
Copy link
Author

acrigney commented Sep 20, 2018 via email

@hanssens
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants