Enables easy integration to change data capture for Arcgis on a MS-SQL database.
You can get the NuGet package here.
An example can be found here.
dotnet test
dotnet test --filter Category=Unit
dotnet test --filter Category=Integration
To run the integration it requires a running MS-SQL database. You can use the docker command below to setup a local MS-SQL database to run the integration tests up against.
docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=myAwesomePassword1" -e "MSSQL_AGENT_ENABLED=True" -p 1433:1433 -d mcr.microsoft.com/mssql/server:2019-CU13-ubuntu-20.04