Code Contribution

Quick Start

// TODO:

  1. Install CLI
  2. Create template
  3. Spin Docker or having a connection string to cloud/on-prem DB
docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=MasadNetunim12!@" -p 1433:1433 --name sql --hostname sql -d  mcr.microsoft.com/mssql/server:2022-latest
  1. run tests
  2. Run the sample code (F5)
  3. Check the Telemetry
  4. Manual deploy NuGet to nuget.org (first time)
  5. CI/CD Set the permission & secret (will deploy NuGet on each push)