BlazorDB icon indicating copy to clipboard operation
BlazorDB copied to clipboard

In memory, persisted to localstorage, database for .net Blazor browser framework

Results 3 BlazorDB issues
Sort by recently updated
recently updated
newest added

After adding two records to a `StorageSet`, during setup of the `BrowserServiceProvider`, and calling `AddBlazorDB`, getting an `IndexOutOfRangeException`: Here's the full stack trace: ``` MonoPlatform.ts:70 Uncaught (in promise) Error: System.IndexOutOfRangeException:...

bug

For example: ``` var person = new Person { FirstName = "Many", LastName = "Test" }; var address1 = new Address { Street = "Many test 1", City = "Saved...

enhancement