Skip to content

v2.36.0

Compare
Choose a tag to compare
@sjh37 sjh37 released this 26 Feb 16:14
· 629 commits to master since this release
  • #373 Generate DbFunction attributes on tvfs in interface. Thanks to Tim Sirmovics.
  • #29 Correct Grammar: EnumsDefinitions to EnumDefinitions. Thanks to jxmiller.
  • #377 Call DisposePartial() when disposing context. Thanks to Gregor Rudolf.
  • #379 Allow Table Valued Functions to use nullable parameters. Thanks to oruchreis.
  • Remove C# 7 compiler only features.
  • Remove use of UseDataAnnotationsSchema, and simply rely on UseDataAnnotations flag.
  • ForeignKey enhancements.