Dan Narsavage

Results 2 comments of Dan Narsavage

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...

Okay got it. Either line 20 (Database.[EnsureCreated](https://docs.microsoft.com/en-us/ef/core/api/microsoft.entityframeworkcore.infrastructure.databasefacade#Microsoft_EntityFrameworkCore_Infrastructure_DatabaseFacade_EnsureCreated)();) or line 21 (Database.[Migrate](https://docs.microsoft.com/en-us/ef/core/api/microsoft.entityframeworkcore.relationaldatabasefacadeextensions#Microsoft_EntityFrameworkCore_RelationalDatabaseFacadeExtensions_Migrate_)();) in [StarWarsContext.cs](https://github.com/JacekKosciesza/StarWars/blob/master/StarWars.Data/EntityFramework/StarWarsContext.cs) needs to be uncommented. Hopefully this comes in handy for someone else . . .