Whats new in v2.14.3:
- Pluralize / Singularize just the last word if separated by underscore (schema_table) . Thanks to PetrettoS.
- Case 129. The Copyright use Western European Encoding for non-ascii char '©', and can not be recognized on other Encoding. I changed the copyright symbol to plain text. Thanks to yyjdelete.
- Include schema name for enum definitions. Thanks to TheEdge3.
- Include .HasColumnType("sql type") in the configuration mappings. Thanks to lucwuyts.
- Added a parameterless constructor for the EntityTypeConfiguration classes. This is useful when you use your own context and use something like modelBuilder.Configurations.AddFromAssembly(Assembly.GetExecutingAssembly()); when creating the model. Thanks to lucwuyts.
- If MakeClassesPartial=true, include a ctor even if there is no ICollection to initialise, so the call is made to InitializePartial();. Thanks to lucwuyts.