dotnet testfor running testsdotnet run --project Applicationfor running Program.csdotnet buildfor building all projectsdotnet formatfor code refactoringdotnet sln add Bot/Bot.csprojfor including Bot project into solution file.
Caution
Lichess-bot cannot be used anymore to run our bot on lichess.org.
Rundotnet run buildfor building the current projectClone https://github.com/ShailChoksi/lichess-bot and follow instructions to set up an environment and createconfig.ymlCut and paste all files from./Application/bin/Debug/net6.0/(current project) to./engines/(lichess-bot project)Setengine.nameto"Application"inconfig.ymlRunpython3 lichess-bot.py(lichess-bot project)