Skip to content

v2.37.3

Choose a tag to compare

@sjh37 sjh37 released this 15 Mar 10:17
· 569 commits to master since this release
  • #472 Fix null reference exception when logging to output pane. Thanks to qgxcry.
  • Add dbContext constructor that uses objectContext
  • #478 Remove C# 6 interpolated string so it's C# 5 compatible
  • #478 Remove use of nameof() to make code C#5 compatible
  • #485 Add the [Required] attribute on foreign keys when Settings.UseDataAnnotationsWithFluent is true
    Some context: the [Required] attribute must be set on foreign keys in order for OData.NET to properly generate its metadata document with nullable=false, see OData/WebApi#690 Thanks to Cédric Luthi.
  • EF6 - Cannot have a FK to a non-primary key. Thanks to Cédric Luthi.
  • #491 Improving argument validation of AddRelationship. Ability to decline reverse navigation property. Always include reverse navigation. Thanks to Dai.