Skip to content

v3.5.0

Compare
Choose a tag to compare
@sjh37 sjh37 released this 09 Nov 18:05
· 240 commits to master since this release
  • Now supports VS2022
  • #712 Added Settings.TrimCharFields option to TrimEnd() of 'char' fields. Thanks to Peterhup.
  • Added database provider to optionsBuilder
  • Add UsePascalCase setting for Enum members. Thanks to Alexandr Makhin.
  • #719 Add UsePascalCase setting for Enum members. Thanks to Alexandr Makhin.
  • #714 Update Postgres table sql
  • #692 partial class modifier wrong in FakeQueryProvider Thanks to FaizulHussain.
  • #725 Allow the use of HiLo for identity columns. Thanks to MarkLFT.
  • #716 One to one relationship had incorrect name on Configuration generation. Thanks to FaizulHussain.
  • #412 Add fix for Rider extra newlines in generated output.