Blazor.IndexedDB.Framework icon indicating copy to clipboard operation
Blazor.IndexedDB.Framework copied to clipboard

A framework for blazor which acts as an interface to IndexedDB

Results 10 Blazor.IndexedDB.Framework issues
Sort by recently updated
recently updated
newest added

Hi, I updated source and sample old package is not compiled

Replace DotNetObjectRef with DotNetObjectReference in .NET Core 3.0 Preview 9 - https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-9/

I installed the NuGet package and followed the code samples provided, but when I attempted to run the site I get the following error message: InvalidOperationException: Error while validating the...

investigation

Bump dotnet version Bump blazor version Update blazor template May be useful to address #15. Build against https://github.com/wtulloch/Blazor.IndexedDB/pull/13.

Based on https://github.com/Fody/Fody > Test if possible (may be restricted...)

enhancement
feature

If I try to access the database from the **OnAfterRenderAsync** lifecycle method, or binding to a method that accesses the database, the following exception is thrown: **One or more errors...

investigation

After implementing custom connector switch the language to C# 8.0 asap to use IAsyncEnumerable (async yield results) for IndexedSet

enhancement