efcore / EFCore.FSharp

Adds F# design-time support to EF Core
MIT License
228 stars 26 forks source link

Support EF Core 7 #155

Open otto-gebb opened 1 year ago

otto-gebb commented 1 year ago

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.

andre-dasilva commented 6 months ago

Same for dotnet 8