Activities of "maliming"

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.

hi

What's the version of your Redis server?

https://github.com/abpframework/abp/issues/13702

Answer

hi

I have nothing to add. : )

hi

You can create a new question, We will refund your question cerdits

hi

Please update your KeyChoices.Abp\app\src\KeyChoices.Blazor\KeyChoices.Blazor.csproj

This will be fixed in 6.0


<!--    <PackageReference Include="Volo.Abp.Account.Pro.Public.Web.OpenIddict" Version="6.0.0-rc.2" />-->
    <ProjectReference Include="..\..\modules\Volo.Account.Pro\src\Volo.Abp.Account.Pro.Public.Web.OpenIddict\Volo.Abp.Account.Pro.Public.Web.OpenIddict.csproj" />
Showing 7601 to 7610 of 10651 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