79148421

Date: 2024-11-01 14:52:50
Score: 1.5
Natty:
Report link

I've figured out a solution. The problem was in the new version of Microsoft.EntityFrameworkCore (version 9). When I set it to version 8.0.10 across my projects, migrations started working again.

<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.10" />
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: adam440