Activities of "maliming"

hi

This is an endpoint that the framework has to call, you can't prevent it.

hi

You can try to custom the MultiTenancyMiddlewareErrorPageBuilder

https://github.com/abpframework/abp/blob/rel-5.1/framework/src/Volo.Abp.AspNetCore.MultiTenancy/Volo/Abp/AspNetCore/MultiTenancy/AbpAspNetCoreMultiTenancyOptions.cs#L22

OK, I will check again

hi

you can configure the properties by automapper documents

https://docs.automapper.org/en/stable/Projection.html

hi

        CreateMap<DatabaseBlob, BlobDto>(MemberList.Destination)
            .MapExtraProperties(MappingPropertyDefinitionChecks.None, null, true);
        CreateMap<BlobDto, DatabaseBlob>(MemberList.Source)
            .MapExtraProperties(MappingPropertyDefinitionChecks.None, null, true);

        CreateMap<DatabaseBlob, CreateBlobDto>(MemberList.Destination)
            .MapExtraProperties(MappingPropertyDefinitionChecks.None, null, true);

        CreateMap<CreateBlobDto, DatabaseBlob>(MemberList.Source)
            .MapExtraProperties(MappingPropertyDefinitionChecks.None, null, true);

        CreateMap<DatabaseBlob, UpdateBlobDto>(MemberList.Destination)
            .MapExtraProperties(MappingPropertyDefinitionChecks.None, null, true);
        CreateMap<UpdateBlobDto, DatabaseBlob>(MemberList.Source)
            .MapExtraProperties(MappingPropertyDefinitionChecks.None, null, true);

Yes, I will download and check.

You can create a GitHub private repository and invite me. https://github.com/maliming

hi I didn't received it yet, Can you confirm that?

hi

Please share your project to liming.ma@volosoft.com

hi manuel42

I will check this.

Showing 8481 to 8490 of 11531 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.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.