C
C#2mo ago
EmilioMrb

Upgrading to net8 and automapper 13.0.1 fails

Hi there! I'm having an issue with automapper 13.0.1 and net8. I have the following msg error: System.ArgumentException: Property 'System.String Item2' is not defined for type [domaim type]. I think the issue is when it tries to to get the second element in a tuple (Item2) and automapper thinks Item1 is a property that doesnt find. I upgrade my net project from 3.1 to 8 and automapper from 9 to 13.0.1. Also removed all Automapper.Extensions.DependencyInjection from all dependencies. Previous versions works well, thanks!
0 Replies
No replies yetBe the first to reply to this messageJoin