Activities of "maliming"

The package for this is referenced in Volo.Abp.Account.Pro.ApplicationTests PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />

Can you try to remove it from the csproj file?

hi

I think you need to add FileManagement module to the AdministrationService manually. https://docs.abp.io/en/commercial/latest/startup-templates/microservice/microservices#administrationservice

Please refer to how the permission-management, setting-management, language-management, audit-logging modules was added.

hi

I think you can refer to the code using Dynamic C# API Client Proxies in the Console app. https://github.com/abpframework/abp/tree/dev/templates/app/aspnet-core/test/MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp

hi okains

The Blazor is not allowed for the project name, but I am considering changing the contains to be equal.

https://github.com/abpframework/abp/blob/d21fe36074c79e1e02a9a85bb2aa1299aab909af/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Utils/ProjectNameValidator.cs#L22 https://github.com/abpframework/abp/blob/d21fe36074c79e1e02a9a85bb2aa1299aab909af/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Utils/ProjectNameValidator.cs#L52

Conflicting method/path combination "GET api/app/nordigens" for actions - Life.Controllers.Nordigens.NordigenController.GetListAsync (Life.HttpApi),Life.Controllers.Nordigens.NordigenController.BanksAsync (Life.HttpApi). Actions require a unique method/path combination for Swagger/OpenAPI 3.0. Use ConflictingActionsResolver as a workaround

hi

Can you share the code of NordigenController

hi

Can you share more logs of all of the applications?

You can set the log level to Debug to see more logs.

You're welcome~

hi pvaz

Can you confirm whether you have upgraded all abp packages?

Can you share a simple project to reproduce? liming.ma@volosoft.com

hi

using (CurrentTenant.Change(TargetTenantId))
{   
    //delete permissionName.
    permissionManager.SetAsync(string permissionName, string providerName, string providerKey, bool isGranted false)

    //delete all permissions.
    permissionManager.DeleteAsync(string providerName, string providerKey);
}

hi

I mean you can create a new microservice project and add some code to reproduce the problem.

abp new BookStoreMS -t microservice-pro
Showing 10961 to 10970 of 12091 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.3.0-preview. Updated on March 02, 2026, 08:48
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.