You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
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
The text was updated successfully, but these errors were encountered: