First, update database connection strings with user's password in \MeasurementGenerator\appsettings.json.
Next, compile and run it:
dotnet build
cd MeasurementGenerator\bin\Debug\net6.0
.\MeasurementGenerator --schema 1Execute the app with --help argument so see all options.