We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As per this Tweet, SQLite with EF Core might be possible in Blazor WASM .NET 6. https://twitter.com/bricelambs/status/1491134363945570305?s=20&t=AqGHx65g7ibZ8he_K93f1A
The text was updated successfully, but these errors were encountered:
Starting to work on this issue to simplify the infrastructure code for Blazor and later migrations.
Sorry, something went wrong.
Here is the GitHub repo for integrating EF Core SQLite into Blazor WASM. https://github.com/JeremyLikness/SqliteWasmHelper
EF Core 8 changes lots of things and will simplify things. Switching to .NET 8 + EF Core 8 and using the latest SQLite tech is recommended.
jernejk
When branches are created from issues, their pull requests are automatically linked.
As per this Tweet, SQLite with EF Core might be possible in Blazor WASM .NET 6.
https://twitter.com/bricelambs/status/1491134363945570305?s=20&t=AqGHx65g7ibZ8he_K93f1A
The text was updated successfully, but these errors were encountered: