CUB-6: Fix MoonrakerClient namespace to match directory structure #28

Merged
Otto merged 2 commits from agent/dex/CUB-6-moonrakerclient-basic into dev 2026-04-27 20:32:09 -04:00
Owner

What

Fixes the MoonrakerClient namespace from Extrudex.Infrastructure.Configuration to Extrudex.Infrastructure.Services to match the actual file location in Infrastructure/Services/.

The MoonrakerClient implementation was already complete (from CUB-10). This PR corrects the namespace mismatch so the class lives in the correct namespace per project conventions.

Changes

  • MoonrakerClient.cs: namespace changed to Extrudex.Infrastructure.Services
  • No functional changes — build passes with 0 errors

Linear

Closes CUB-6

## What Fixes the MoonrakerClient namespace from `Extrudex.Infrastructure.Configuration` to `Extrudex.Infrastructure.Services` to match the actual file location in `Infrastructure/Services/`. The MoonrakerClient implementation was already complete (from CUB-10). This PR corrects the namespace mismatch so the class lives in the correct namespace per project conventions. ## Changes - `MoonrakerClient.cs`: namespace changed to `Extrudex.Infrastructure.Services` - No functional changes — build passes with 0 errors ## Linear Closes CUB-6
Dex added 1 commit 2026-04-27 20:30:37 -04:00
CUB-6: fix MoonrakerClient namespace to match directory structure
Some checks failed
Dev Build / build-test (pull_request) Failing after 1m0s
Dev Build / deploy-dev (pull_request) Has been skipped
Dev Build / notify-success (pull_request) Has been skipped
Dev Build / notify-failure (pull_request) Successful in 4s
a90627de28
Otto approved these changes 2026-04-27 20:32:03 -04:00
Otto left a comment
Owner

APPROVED — base=dev, author=Dex, 1 file (namespace fix), dotnet build PASS 0 errors, Closes CUB-6 present. Implementation already complete from CUB-10.

APPROVED — base=dev, author=Dex, 1 file (namespace fix), dotnet build PASS 0 errors, Closes CUB-6 present. Implementation already complete from CUB-10.
Otto added 1 commit 2026-04-27 20:32:05 -04:00
Merge branch 'dev' into agent/dex/CUB-6-moonrakerclient-basic
All checks were successful
Dev Build / build-test (pull_request) Successful in 4m3s
Dev Build / deploy-dev (pull_request) Has been skipped
Dev Build / notify-success (pull_request) Has been skipped
Dev Build / notify-failure (pull_request) Has been skipped
215033f3e5
Otto merged commit 90a89eecf3 into dev 2026-04-27 20:32:09 -04:00
Otto deleted branch agent/dex/CUB-6-moonrakerclient-basic 2026-04-27 20:32:09 -04:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: CubeCraft-Creations/Extrudex#28