graphql-workshop icon indicating copy to clipboard operation
graphql-workshop copied to clipboard

Update 1-creating-a-graphql-server-project

Open richardvaldiviesomacias opened this issue 2 years ago • 0 comments

It is missing the following command dotnet add GraphQL package Microsoft.EntityFrameworkCore.Sqlite.Design The following error will show without it the above reference: 'DbContextOptionsBuilder' does not contain a definition for 'UseSqlite' and no accessible extension method 'UseSqlite' accepting a first argument of type 'DbContextOptionsBuilder' could be found (are you missing a using directive or an assembly reference?)

richardvaldiviesomacias avatar Sep 02 '21 18:09 richardvaldiviesomacias