Frends Task to execute Microsoft SQL Server query.
You can install the Task via Frends UI Task View.
Rebuild the project
dotnet build
Run tests
Create a simple SQL server to docker:
cd Frends.MicrosoftSQL.ExecuteQuery.Tests
docker-compose up -d
dotnet test
Create a NuGet package
dotnet pack --configuration Release