Open Closed

Automapper version 11 compatibility #2813


User avatar
0
chris.tune@gmail.com created
  • ABP Framework version: v5.1.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi,

We are using ELSA workflows in our ABP project and the latest version of ELSA is using Automapper 11. This causes exceptions when running the abp project:

: Method not found: 'Void AutoMapper.IMemberConfigurationExpression`3.Ignore()'.

Is there a plan to upgrade the Automapper version in ABP or is there a workaround that can be used?

Thanks Chris


2 Answer(s)
  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    This should be done on the ABP Framework side. All the modules should implement changes between v10 - v11.

    I'm adding this into our roadmap, but it seems it can be published in v5.3 as the closest version.


    As a workaround, I can suggest to you using an older version of ELSA that uses automapper v10 if possible

  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Also, you can follow the process from here

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11