Activities of "maliming"

Can you publish your project, compress the publish folder, and share it with liming.ma@volosoft.com?

> Cincaporc.WebApp.Web> dotnet publish

I will test in my local.

Answer

hi

Sorry, there is nothing we can share.

hi

We will add the OU field to Excel or CSV in the next version.

For now. You can override the Volo.Abp.Identity.IdentityUserAppService's ImportUsersFromFileAsync method.

public class OuInvalidImportUsersFromFileDto :InvalidImportUsersFromFileDto
{
    public string AssignedoUNames { get; set; }
}

hi

I have consulted the relevant documents. Multiple Connections can be configured, but multiple EventBuses like the second point cannot be configured.

Which document you have checked?

I think you can override try to override the RabbitMqDistributedEventBus service to custom the logic.

The built in service doesn't support this case.

Thanks.

hi

I think your authserver indirectly dependent on openiddict domain module.

so you can inject the openiddict's repository.

authserver => EF core project => OpenIddict EF Core => OpenIddict Domain

Answer

hi

We are not using Figma and don't have experience with Figma.

sorry for that.

I have refunded your question ticket.

hi

  1. Add MyCorsPolicyProvider to your AuthServer(web) project.

  2. You can inject the ICurrentClient, which has an Id property.

hi

We will fix the port problem in 0.9.20

Thanks

hi

Please uninstall the volo.abp.stidio.cli and install the volo.abp.cli(8.1.4 or 8.3.0) to create the new project.

dotnet tool uninstall volo.abp.stidio.cli -g dotnet tool install --global Volo.Abp.Cli --version 8.3.0 https://www.nuget.org/packages/Volo.Abp.Cli/8.3.0

I don't know why your dll contains a Microsoft.Extensions.FileProviders.Embedded.Manifest.xml file

How do you build/release your application?

The demo-generate-proxy.json file cause Could not find ApiDescriptionModel for action: error.

You can rename or remove the ClientProxies folder name.

eg: MyClientProxies/demo-generate-proxy.json demo-generate-proxy.json

Showing 1821 to 1830 of 10652 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20