A professional .NET 8.0 implementation of the Diashow API client.
- Navigate to the directory:
cd tools/api/csharp - Restore packages:
dotnet restore
Run the script:
dotnet run -- <display-ip> <filename> <api-key> [show-in-archive]Build a standalone executable:
dotnet publish -c Release -r <rid> --self-contained