This repo is intended to test Data API Builder. It leverages .NET Aspire to offer a development environment with a SQL Server, Open Telemetry endpoint and dashboard and a running instance of Data API Builder.
If you need to run DAB with a custom DAB CLI version, built from Visual Studio, you can set the dabCLIPath
variable on line 3 of the /DABWorkbench.AppHost/Program.cs:
var dabCLIPath = @"<PATH_TO_REPO>\data-api-builder\src\out\cli\net8.0\Microsoft.DataApiBuilder.exe";