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