If you see such an error while you are generating a page with ABP Suite, it means your current EF Core tools needs to be updated.
The EF Core tools version '3.1.5' is older than that of the runtime '3.1.6'. Update the tools for the latest features and bug fixes.
You can update it with the following
dotnet tool update --global dotnet-ef
I see the following error while I am generating a CRUD page with ABP Suite. And DB Migrations are not applied.
The EF Core tools version '3.1.5' is older than that of the runtime '3.1.6'. Update the tools for the latest features and bug fixes.
that's normal and by design.. when there's only MVC project then there'll not be an aspnet-core
folder.
we fixed the issue and you will get the fixed version with v3.1.1 .
while we release v3.1.1 you can do the following workaround to continue your development.
Go to your project root path where you see aspnet-core
folder.
create a new folder "angular".
go to the new folder angular and create a new folder and name it "angular" inside the "angular" folder.
then create ".suite" folder inside angular.
and create "schematics" folder inside ".suite".
and create "commands" folder inside "schematics".
so you'll have this folder structure:
angular\angular\.suite\schematics\commands
super! closing this
why you don't want to seed the tenant database?
use string.IsNullOrEmpty
I think it checks the URL with port. did you fix it?
closing due to inactivity...
@DesarrolloMarena did you manage to create the Controller?