You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please update the project to Mapster v7.4.0-pre05 as it comes with new method API changes in Mapster.cs. Using the only available version of Mapster.DependecyInjection v1.0.0 can cause weird behavior of MethodNotFound depending of what DLL is being loaded in different parts of code consuming it.
{"Method not found: 'Mapster.TypeAdapterBuilder`1<System.__Canon> MapsterMapper.Mapper.From(System.__Canon)'."}
at MapsterMapper.ServiceMapper.From[TSource](TSource source)
...
The text was updated successfully, but these errors were encountered:
Please update the project to Mapster v7.4.0-pre05 as it comes with new method API changes in Mapster.cs. Using the only available version of Mapster.DependecyInjection v1.0.0 can cause weird behavior of MethodNotFound depending of what DLL is being loaded in different parts of code consuming it.
The text was updated successfully, but these errors were encountered: