Implement Register And Unregister #26

Closed
opened 2026-04-26 15:22:33 -04:00 by dohertj2 · 2 comments
Owner

Source: $file
Milestone: $currentMilestone

Labels: area:worker, type:feature, priority:p0

Deliverables:

  • Register,
  • Unregister,
  • server handle tracking,
  • HRESULT/exception capture.

Acceptance criteria:

  • returned MXAccess server handle is preserved,
  • invalid unregister behavior is preserved,
  • registry state is updated for diagnostics and cleanup only.

Tests:

  • fake MXAccess register/unregister,
  • invalid handle mapping,
  • registry updates.

Live tests:

  • real Register/Unregister.
Source: $file Milestone: $currentMilestone Labels: `area:worker`, `type:feature`, `priority:p0` Deliverables: - `Register`, - `Unregister`, - server handle tracking, - HRESULT/exception capture. Acceptance criteria: - returned MXAccess server handle is preserved, - invalid unregister behavior is preserved, - registry state is updated for diagnostics and cleanup only. Tests: - fake MXAccess register/unregister, - invalid handle mapping, - registry updates. Live tests: - real `Register`/`Unregister`.
dohertj2 added this to the mxaccess-worker-parity-slice milestone 2026-04-26 15:22:33 -04:00
dohertj2 added the area:workertype:featurepriority:p0 labels 2026-04-26 15:22:33 -04:00
dohertj2 added a new dependency 2026-04-26 15:28:37 -04:00
dohertj2 added a new dependency 2026-04-26 15:28:37 -04:00
dohertj2 added a new dependency 2026-04-26 15:28:39 -04:00
dohertj2 added a new dependency 2026-04-26 15:28:40 -04:00
Author
Owner

Worker 2 is taking this issue. Branch: agent-2/issue-26-implement-register-and-unregister. Worktree: C:\Users\dohertj2\Desktop\mxaccessgw-agent-2.

Worker 2 is taking this issue. Branch: agent-2/issue-26-implement-register-and-unregister. Worktree: C:\Users\dohertj2\Desktop\mxaccessgw-agent-2.
Author
Owner

Verified and merged by orchestrator in PR #75.

Commit: 556c3bfa83
Merge commit: 653f17c669
Branch: agent-2/issue-26-implement-register-and-unregister

Independent verification:

  • dotnet build src\MxGateway.sln
  • dotnet test src\MxGateway.Worker.Tests\MxGateway.Worker.Tests.csproj -p:Platform=x86 --no-build
  • dotnet test src\MxGateway.sln --no-build

Result: all tests passed (78 x86 worker tests; full suite 1 integration, 141 gateway, 78 worker).

Verified and merged by orchestrator in PR #75. Commit: 556c3bfa8356ca73c19a7f7255ca80a56a289f9e Merge commit: 653f17c6690cd40d3f651aaaeb8a5de38b299471 Branch: agent-2/issue-26-implement-register-and-unregister Independent verification: - dotnet build src\MxGateway.sln - dotnet test src\MxGateway.Worker.Tests\MxGateway.Worker.Tests.csproj -p:Platform=x86 --no-build - dotnet test src\MxGateway.sln --no-build Result: all tests passed (78 x86 worker tests; full suite 1 integration, 141 gateway, 78 worker).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Reference: dohertj2/mxaccessgw#26