Daniel
Daniel
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)'. at Localization.SqlLocalizer.DbStringLocalizer.LocalizationModelContext.OnModelCreating(ModelBuilder builder)``
We're in April 2021, three versions later, but this issue still hasn't been fixed. Is there any chance this will get fixed soon ?
I just found out that actually the Year is supported as native, not extension method. I missed the fact that some were supported as native instead of extension methods. I'll...
Actually, @cvuorinen added [a pull request that addresses this issue](https://github.com/yohairosen/typeaheadFocus/pull/8)
BTW, a workaround would be to use template literals like so: ``` ``` It'll work until you need to do something like ``` ```