Code Contribution
Quick Start
// TODO:
- Install CLI
- Create template
- 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
- run tests
- Run the sample code (F5)
- Check the Telemetry
- Manual deploy NuGet to nuget.org (first time)
- CI/CD Set the permission & secret (will deploy NuGet on each push)