-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chapter 12: Creating a class library for entity models using SQLite' help needed. #70
Comments
Mostly likely the If you are doing Chapter 12, then you would have had to run the |
Yup That was it. Sorted now. Thanks. :-) |
I am getting red lines now. For Index and Name in each of the class files.. Switching from [Index("CategoryName", Name = "CategoryName")] to [Microsoft.EntityFrameworkCore.Index("LastName", Name = "LastName")] removes them. Is this ok? |
Yes, that's fine, but you shouldn't need to specify the fullname namespace before the class name for the |
In chapter 12. I am trying to follow the 'Creating a class library for entity models using SQLite'. I follow the 10 steps but I am not getting any Classes generated. I have NorthwindContext.cs created. Am I doing something wrong? Missing a step? I have the DB connected, I can see the data in SQLite/SQLserver Compact Toolbox.
The text was updated successfully, but these errors were encountered: