Cortex.Net
Cortex.Net copied to clipboard
State management like MobX for .NET and Blazor
Bumps [terser](https://github.com/terser/terser) from 4.6.11 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
I need to have some state shared across all users/sessions. I've registered my model: ```c# services.AddSingleton(context => { return context.GetRequiredService().Observable(() => new CustomState()); }); ``` This is in my blazor...
I think you would have to return before the final block if an error occurs.
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Hello I am having problems setting up observability. It says `ObservableObject` is a sealed type: ``` using Cortex.Net.Types; ```  If I understand correctly,...
I'm so bummed out because there currently isn't an alternative to this library for Blazor but not being able to hot reload is a deal breaker. Installing the Cortex.Net and...
I'm a huge fan of mobx, so finding this library for Blazor makes me happy. I'm new to Cortex.net and trying to understand why Computed seems to be recomputing a...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...