CUB-6: Fix MoonrakerClient namespace to match directory structure #28
Reference in New Issue
Block a user
Delete Branch "agent/dex/CUB-6-moonrakerclient-basic"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Fixes the MoonrakerClient namespace from
Extrudex.Infrastructure.ConfigurationtoExtrudex.Infrastructure.Servicesto match the actual file location inInfrastructure/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 toExtrudex.Infrastructure.ServicesLinear
Closes CUB-6
APPROVED — base=dev, author=Dex, 1 file (namespace fix), dotnet build PASS 0 errors, Closes CUB-6 present. Implementation already complete from CUB-10.