-
Notifications
You must be signed in to change notification settings - Fork 7
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
Dotnet Core implementation? #3
Comments
I'd love to see this happen, but I think it's tricky. In the javascript case we intercept a bunch of read/writes automagically and persist the data to a central store. I'm not sure what the right way to do this is in C#. The simplest thing would be to provide a |
@brendandburns could we use an expando object? this can give us a similar usability to js implementation?
|
@brendandburns - thought i will give the dotnet version a stab. WIP |
@brendandburns burns
Would love to see a dotnet core implementation or even get some thoughts around how you see the interfaces of shaping up for it.
The text was updated successfully, but these errors were encountered: