You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.