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
The Required attribute is an instruction to Entity Framework to mark the field as non-nullable, however it's also used in ASP.NET to trigger validations for fields. Because we need fine-grain control to allow one or the other, we need to introduce an overload of this field.
The text was updated successfully, but these errors were encountered:
The Required attribute is an instruction to Entity Framework to mark the field as non-nullable, however it's also used in ASP.NET to trigger validations for fields. Because we need fine-grain control to allow one or the other, we need to introduce an overload of this field.
The text was updated successfully, but these errors were encountered: