From 110c84e55c4b7062dcdc03f3c66abf126dae15a4 Mon Sep 17 00:00:00 2001 From: PalmarHealer Date: Wed, 25 Mar 2026 17:34:57 +0100 Subject: [PATCH] Fix CI build: add missing ProcessIdentifierHelper compile include to test project AudioStream.cs references ProcessIdentifierHelper but it was not included in the test project's compile list, causing CS0103 on CI. Co-Authored-By: Claude Opus 4.6 --- ControlPad.Tests/ControlPad.Tests.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/ControlPad.Tests/ControlPad.Tests.csproj b/ControlPad.Tests/ControlPad.Tests.csproj index a4531a8..a8178ae 100644 --- a/ControlPad.Tests/ControlPad.Tests.csproj +++ b/ControlPad.Tests/ControlPad.Tests.csproj @@ -20,6 +20,7 @@ +