Skip to content

v2.34.0

Choose a tag to compare

@sjh37 sjh37 released this 28 Nov 15:34
· 718 commits to master since this release
  • #338 Missing using in configuration files. Thanks to Keith Davidson.
  • #343 Added support for newsequentialid identity insert. Thanks to David Bérubé.
  • #342 Handle line breaks in extended properties. Thanks to ThDoor.
  • #331 Entities with computed columns do not validate when UseDataAnnotations = true. Thanks to Staff0rd.
  • #349 Eliminate generation of AdditionalContextInterfaceItems in FakeDBContext. Thanks to Jon Davis.
  • #352 Fix to handle line break in table description. Thanks to rdrscan.
  • #353 Missing using in configuration files. Thanks to hossein-abdn.
  • Include Table Valued Function tests.
  • Added test for a table with no primary keys.
  • Changed configuration to use a Settings class.
  • Turn off UseDataAnnotationsSchema if UseDataAnnotations = false;