C# EF Required Attribute not recognized C# EF Required Attribute not recognized sqlite sqlite

C# EF Required Attribute not recognized


you need to add this to your using block

using System.ComponentModel.DataAnnotations.Schema;


you need to add this to your using block

using System.ComponentModel.DataAnnotations;

In case it still doesn't work, maybe you should add it to your References