Maleaume
Maleaume
same issue on my side with - Npgsql 8.0.2 - Npgsql.EntityFrameworkCore.**PostgreSQL** 8.0.2 It's work well with Microsoft.EntityFrameworkCore.**SqlServer** 8.0.3
Sorry but it will be possible to have fix on target Framework net8.0 that is LTS ?
**Until fix,** if you need a work around you can do that for each migration scripts: ```csharp public partial class InitPostGre : Migration { static bool alreadyExecuted = false; ///...
@roji, Thanks for the answer. I just have to know for tracability :)