Asp.net Core Entity Framework cannot find IndexAttribute
问题 I receive the following from Visual Studio Code on my Mac, both in IDE and console window after executing "dotnet run": The type or namespace name 'IndexAttribute' could not be found I have a class called Story which I want to use for generating a database with Code First. This class has a primary key marked with KeyAttribute and Author string marked with MaxLengthAttribute, so both of those work (using System.ComponentModel.DataAnnotations). Two more fields, DateTime Date and bool