Assuming terminal is in the src folder.
dotnet restore
dotnet build
dotnet test ./CassinoGames.Test/CassinoGames.Test.csproj
Runs all the unit tests, any time a code file changes in the test project or its referenced dependencies.
dotnet watch --project .\CasinoGames.Test\CasinoGames.Test.csproj tes