myllete
Results
2
comments of
myllete
> It seams that you got the configuration of **HasConvertion()** wrong. > > According to this [link](https://docs.microsoft.com/en-us/ef/core/modeling/value-conversions?tabs=data-annotations) you should do something like: `builder.Entity().Property(s => s.Status).HasColumnType("varchar(100)").HasConversion( v => v.ToString(), v =>...
> I just released versions 5.4.0-alpha and 6.4.0-alpha with support of string enum values. Please, check it. It seems that SqlServer trigger is still created with INTs (using 6.4.0-alpha from...