maliming
maliming
hi You can run `dotnet ef migrations add MyName` command under the `EntityFrameworkCore ` project.
hi @benrivero You can try to use `dotnet-ef` instead of `Add-Migration` https://learn.microsoft.com/en-us/ef/core/cli/dotnet
hi > and can be reproduced by downloading the source code for Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic and referencing it within an MVC Web app. Can you upload such a project on GitHub?
This is an abstraction package. we use it in all modules.
This is the current design.
这不会对你产生影响,主题模块都是没有实际功能的抽象类.
我想如果你的webapi项目中没有view的话, `_ViewStart` 也不会被调用吧?
> 同时不想用默认的主题和主题系统 这个模块没有也无法考虑到这种情况, 它设计为使用abp的主题系统.