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)
-
0
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