4. Test installation
1. Disable automatic database creation
// Database.EnsureCreated();2. Run the app
$ dotnet run3. Enable automatic database creation
4. All set
Last updated
Was this helpful?