in a maui program,
couldn't use 'Add-Migration' to generate migration,
if i counldn't use 'Add-Migration' and then do migrating, is there any way to generate a sqlite db file and table structure in phone app?
here is error:
PM> Add-Migration v1
Build started...
Build succeeded.
Startup project 'todomaui' targets platform 'Android'. The Entity Framework Core Package Manager Console Tools don't support this platform. See https://aka.ms/efcore-docs-pmc-tfms for more information.
Ask a question
in a maui program, couldn't use 'Add-Migration' to generate migration,
if i counldn't use 'Add-Migration' and then do migrating, is there any way to generate a sqlite db file and table structure in phone app?
here is error:
Include your code
Include stack traces
Include verbose output
Include provider and version information
EF Core version: 7.0.2 Database provider: Microsoft.EntityFrameworkCore.Sqlite.Core sqlite-net-pcl Target framework: net7.0-android;net7.0-ios;net7.0-maccatalyst Operating system: IDE: (Visual Studio 2022 17.5)