Skip to content

Fix CI: add missing ProcessIdentifierHelper to test compile list#34

Merged
PalmarHealer merged 1 commit intomainfrom
PalmarHealer/fix/ci-missing-process-identifier-helper
Mar 25, 2026
Merged

Fix CI: add missing ProcessIdentifierHelper to test compile list#34
PalmarHealer merged 1 commit intomainfrom
PalmarHealer/fix/ci-missing-process-identifier-helper

Conversation

@PalmarHealer
Copy link
Copy Markdown
Collaborator

@PalmarHealer PalmarHealer commented Mar 25, 2026

Summary

  • AudioStream.cs references ProcessIdentifierHelper but it wasn't included in the test project's <Compile Include> list, causing CS0103 build failure on CI (failed run)

Test plan

  • dotnet test ControlPad.Tests/ControlPad.Tests.csproj -c Release passes locally (28/28 tests)
  • CI passes on this branch

🤖 Generated with Claude Code

…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 <noreply@anthropic.com>
@PalmarHealer PalmarHealer merged commit 118be6c into main Mar 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant