Building and Testing ToleSql
You need at least .Net Core 1.1.0.
Fork and clone ToleSql repository.
# Clone your GitHub repository:
git clone https://github.com/(user-name)/ToleSql.git
# Go to the ToleSql directory:
cd ToleSql
dotnet restore
./build
./test