Skip to content

Unblock build-and-test by fixing C# whitespace violations flagged by dotnet format#1

Merged
Liparakis merged 1 commit into
masterfrom
copilot/fix-build-and-test-job
Jul 13, 2026
Merged

Unblock build-and-test by fixing C# whitespace violations flagged by dotnet format#1
Liparakis merged 1 commit into
masterfrom
copilot/fix-build-and-test-job

Conversation

Copilot AI commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Summary

build-and-test was failing at dotnet format --verify-no-changes --severity warn due to whitespace violations; this PR scopes to formatting-only corrections in the files reported by the failing job so CI can proceed to build/test.

  • Failure scope
    • Normalized indentation/whitespace in affected CLI/Core/test files called out by the job log (error WHITESPACE), with no logic/path changes.
  • Code-level change shape
    • Kept behavior intact; only structural formatting cleanup to satisfy repository formatting gates.
    • Example (representative):
command.SetAction(async parseResult => {
    var useJson = parseResult.GetValue(SharedCliOptions.JsonOption);
    // ...
});

Boundaries

  • Local-first and offline verification remain intact.
  • No LMS, IDE-plugin, surveillance, or automatic misconduct scope was added.
  • Privacy/security documentation was updated if needed.
  • Roadmap and continuity notes were updated if capability changed.

Validation

  • dotnet build OWS.sln -nologo
  • dotnet test OWS.sln -nologo
  • git diff --check

Copilot AI changed the title [WIP] Fix failing GitHub Actions job build-and-test Unblock build-and-test by fixing C# whitespace violations flagged by dotnet format Jul 13, 2026
Copilot AI requested a review from Liparakis July 13, 2026 14:47
@Liparakis
Liparakis marked this pull request as ready for review July 13, 2026 14:48
@Liparakis
Liparakis merged commit 66c0d22 into master Jul 13, 2026
2 checks passed
@Liparakis
Liparakis deleted the copilot/fix-build-and-test-job branch July 13, 2026 14:59
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.

2 participants