Open Thovenaar opened 1 week ago
This is specifically for the MySql package which I am not using at the moment. I decided to install just the SqlServer package and that worked for me. Closing this issue.
Will check it out for MY as well, soon when new version gets added.
I didn't have success with PGSQL either. I will re-check it in the coming days.
I will reopen the issue as the actual problem is still not solved due to an external dependency.
Pomelo for MySql has preRelease 9 but even that has some companitibilty issues. Still they said that Release version would be published this or next week, so will update it to 9 as soon as they publish it.
The following error comes up when you upgrade to .NET 9.
Warning As Error: Detected package version outside of dependency constraint: Pomelo.EntityFrameworkCore.MySql 8.0.2 requires Microsoft.EntityFrameworkCore.Relational (>= 8.0.2 && <= 8.0.999) but version Microsoft.EntityFrameworkCore.Relational 9.0.0 was resolved.
I think we need to either upgrade Pomelo.EntityFrameworkCore to support .NET 9 or find a replacement.