This question is locked. New answers and comments are not allowed.
configuration.HasProperty(x => x.ExtendedProperties).HasFieldName("_extendedProperties").WithDataAccessKind(DataAccessKind.ReadWrite).ToColumn("ExtendedProperties").IsNullable().HasColumnType("nvarchar(max)").HasLength(0);the designer is generating this. HasLength(0), is this ok?