Cortex.Net icon indicating copy to clipboard operation
Cortex.Net copied to clipboard

State management like MobX for .NET and Blazor

Results 37 Cortex.Net issues
Sort by recently updated
recently updated
newest added

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

dependencies

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

dependencies

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

dependencies

Hello I am having problems setting up observability. It says `ObservableObject` is a sealed type: ``` using Cortex.Net.Types; ``` ![Screen Shot 2022-01-15 at 11 14 37](https://user-images.githubusercontent.com/42244983/149618179-b23be796-b9a8-462b-8b41-a780c6c62959.png) 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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies