EF6 missmatch version with EF5 throws HasAlternateKey method does not exist
Hi,
We were trying to update our app to net6.0 and noticed that due to our app having EF 6.0 and your package beeing on 5.0 it causes an error to be thrown on the SqlStringLocalizerFactory.cs line 113.
As i understand it, simply having the packages to the same version should fix this issue. Could you provide a release for net6.0 ?
Thank you in advance
@nehio sounds good, I'll do an update
Updating our app to net6.0, we also get an exception on the HasAlternateKey, but on the OnModelCreating method:
System.MissingMethodException: Method not found: 'Microsoft.EntityFrameworkCore.Metadata.Builders.KeyBuilder Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder`1.HasAlternateKey(System.Linq.Expressions.Expression`1<System.Func\`2<!0,System.Object>>)'. at Localization.SqlLocalizer.DbStringLocalizer.LocalizationModelContext.OnModelCreating(ModelBuilder builder)
I will test and release with .NET 6 and the latest EF Core
Thanks for reporting
HI there ! Any news on a timeline for an update for .net 6.0 ? Thank you in advance.