Requirement: .NET 6 (at least preview 5, where the Scaffold with nullable reference types feature landed and at least rc.2.21480.5 to work with the SQLPro Studio demo database)
- Create a new dummy project (required to run the
dotnet ef
CLI tool)
mkdir efscaffold && cd efscaffold