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
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
this is amazing documentation, huge work behind! What is really missing is TOC for such big document. BTW, it will be ideal to combine TOC with Road Map if Markdown will allow it.
The text was updated successfully, but these errors were encountered:
Thank you @neooleg. TOC is really a good idea. I'm also thinking about moving docs to Wiki pages and leave readme only with instructions how to get started with project and links to Wiki.
Speaking of adding to the documentation, @JacekKosciesza I appreciate all the effort that went into this. Is there any guidance on how to create the database? I see "Run application and make sure database is created" in the ReadMe, I see the "SeedData" cs file, and I see that it runs when I debug in Visual Studio, but it chokes on the fact that there's no database structure yet created. I don't see SQL scripts to create the database. I'm a complete EF noob, so maybe there's an easy way to do it with an edmx (which I also don't see, but maybe that's because I'm an EF Core noob). Help there?
Okay got it. Either line 20 (Database.EnsureCreated();) or line 21 (Database.Migrate();) in StarWarsContext.cs needs to be uncommented. Hopefully this comes in handy for someone else . . .
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @JacekKosciesza,
this is amazing documentation, huge work behind! What is really missing is TOC for such big document. BTW, it will be ideal to combine TOC with Road Map if Markdown will allow it.
The text was updated successfully, but these errors were encountered: