79662038

Date: 2025-06-11 13:07:49
Score: 1
Natty:
Report link

I was using

<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.0.1" />

in .net 6, then I upgraded to .net8 and started getting exceptions. I replaced the package above with

<PackageReference Include="AutoMapper" Version="14.0.0" />

and that fixed my issues.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Raphael Anyanwu