there's no template for adding the DbSet to the DbContext.
Wait for v2.4.1 which I guess solves your problem (probably it'll be released today 08 April)
If it's not solved, I need to get your solution to reproduce it.
For the Razor Pages, you need to create your own setting management page and you can use ISettingProvider to retrieve your settings & values.
See https://docs.abp.io/en/abp/latest/Settings
You need to update your local EF Core CLI tool to the latest. Run the below command in command prompt:
dotnet tool update --global dotnet-ef
Hi,
In this doc it's explained https://docs.abp.io/en/abp/latest/Entity-Framework-Core-Migrations#create-a-new-entity
We are creating a new feature to extend the existing entities. For now, you can check out https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Extending-Entities
just to change logo, delete the existing logo file and copy your own logo file.
does replacing the tenant component work for you? https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement
for MVC you can override Application name and logo
public class AbpIoDocsBrandingProvider : DefaultBrandingProvider
{
public override string AppName => "Acme - MyBookStore";
public override string LogoUrl => "/images/myLogo.png";
}
To reproduce the problem, we need some extra info:
Your project name:
Template options:
Entity JSON
%UserProfile%\.abp\suite\{Your-Project-Name}\entities\{Your-Entity-Name}.json