C
C#4mo ago
plushechka

SQLite connection in .net maui

Good afternoon, I decided to connect SQLite database in MAUI project. I decided to use Reverse Engineering in EF Core to create classes. I successfully installed all the nugget packages, but when it came to adding classes, I got this error: "The specified deps.json [C:\Diplom\MauiApp168768\bin\Debug\net8.0-android\MauiApp168768.deps.json] does not exist". I used the cmd command : dotnet ef dbcontext scaffold "Data Source=C:\Diplom\MauiApp168768\DataBase\My Users.db" Microsoft.EntityFrameworkCore.Sqlite -o Entities
0 Replies
No replies yetBe the first to reply to this messageJoin