efcore/EFCore.FSharp

Support EF Core 7

Opened this issue · 1 comments

Currently, if the project uses EF Core 7, an error occurs on attempt to create a migration, similar to the one shown in a comment to #112:

System.MissingMethodException: Method not found: 'System.String Microsoft.EntityFrameworkCore.Design.ICSharpHelper.Fragment ...

A workaround is to downgrade to EF Core 6.

Same for dotnet 8