Activities of "m.aliozkaya"

Hi @consultant.ahmet.ulusoy,

These values are generated in the internal methods within the suite. We have aligned the namespaces correctly with the folders. I have no other suggestion except recommending that you update your entities one by one with suite. If you are getting build errors in the project, you can share the errors.

Hi @mike3077,

Thanks for your feedback. We will update the sample pages.

Hi @mike3077,

Thanks for your reporting. I created an issue for it and refunded your question credit.

Hi @Jamesreal,

I reproduced the error. It will be fixed in patch 9.3. Thanks for reporting.

Hi @chrisalves,

Thanks for you feedback. We refunded your credit. Feel free to share any bugs with us.

Hi @chrisalves,

Sorry the code editor was mistaken.

CreateMap<PricingList, PricingListDto>() .ForMember(dest => dest.PricingListItems, opt => opt.Ignore());

Hi @chrisalves,

I reproduced the problem.

For now, you can update your CatalogApplicationAutoMapperProfile in Catalog module like below.

CreateMap<PricingList, PricingListDto>()
    .ForMember(dest => dest.PricingListItems, opt => opt.Ignore());

I created an internal issue for this problem.

Hi @chrisalves,

Did you fix this is in your repository? Because all functions are running successfully. I did not receive this error. Can you try running the project again?

Hi @chrisalves,

Did you fix this is in your repository? Because all functions are running successfully. I did not receive this error. Can you try running the project again?

Hi @chrisalves,

Thank you. I will check the project and get back to you as soon as possible.

Showing 1 to 10 of 12 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 October 02, 2025, 08:00