hi
Can you try the code with the asp net core app which without abp?
Your project already includes this.
https://www.nuget.org/packages/Volo.Abp.AspNetCore.Mvc/
hi
Try to remove the lp-topmenu in aspnet-core\src\MyCompanyName.MyProjectName.Web.Public\Themes\Lepton\Layouts\Public\Default.cshtml
hi
Is dotnet ef command works? You can install the other global tools.
https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools
dotnet tool install --global Volo.Abp.Cli --version 5.3.0
你可以下载Identity Pro模块的源码来完成复制的自定义.
https://support.abp.io/QA/Questions/632/How-can-I-download-the-source-code-of-the-framework-Angular-packages-theme-and-pro-modules
Disable MultiTenant to get profile picture of user from another tenant
hi
You can change the tenant instead of disabling it.
https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant
hi
Check this issue https://github.com/npm/cli/issues/4980#issuecomment-1145524555
HI
We will create a maui template.
You can refer to this to bootstrap the abp module system.
https://github.com/abpframework/abp/blob/dev/templates/maui/src/MyCompanyName.MyProjectName/MauiProgram.cs#L13-L34
hi
This is by design. but you can override this service to custom the logic
https://github.com/abpframework/abp/blob/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain/Volo/Abp/PermissionManagement/PermissionDataSeedContributor.cs#L10 https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-Services#customizing-the-application-modules-overriding-services
hi
Please try to install the npm and yarn
https://docs.npmjs.com/downloading-and-installing-node-js-and-npm https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable