Skip to content

Promote develop to main: xUnit v3 tests, per-surface lint, --pull=always#404

Merged
ptr727 merged 3 commits into
mainfrom
develop
Jul 12, 2026
Merged

Promote develop to main: xUnit v3 tests, per-surface lint, --pull=always#404
ptr727 merged 3 commits into
mainfrom
develop

Conversation

@ptr727

@ptr727 ptr727 commented Jul 12, 2026

Copy link
Copy Markdown
Owner

Forward promotion of the accumulated conformance work (#401/#402/#403). No release: this is a human merge, so the publish plan gates to publish=false. No library source (Utilities/**) changed.

ptr727 added 3 commits July 10, 2026 21:22
…rconfig docker :latest) (#401)

Converges Utilities onto the fleet lint architecture: editorconfig-checker via docker :latest (its action is install-only), VS Code Lint group added, husky language-only with the if guard, cspell scoped to README+HISTORY, AGENTS.md lint guidance synced.
Fleet lint conventions: EditorConfig rename (step + VS Code task) and process-type VS Code Lint tasks. Canonical: ProjectTemplate #280.
…ways (#403)

Completes #380 (xUnit v3 test migration; ILoggerFactory seam already on develop) and #387 (config hygiene). Adds --pull=always to local Lint tasks.
Copilot AI review requested due to automatic review settings July 12, 2026 03:46
@ptr727 ptr727 merged commit e768c16 into main Jul 12, 2026
12 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Promotes the accumulated conformance and tooling updates from develop to main, focusing on test infrastructure (xUnit v3), lint surfaces (CI + VS Code tasks), and local hook behavior, without changing library source under Utilities/**.

Changes:

  • Migrate the test project to xUnit v3 (update package references, simplify test project packaging metadata).
  • Expand local lint “surfaces” via VS Code tasks (Docker :latest with --pull=always) and align CI wording/step naming for EditorConfig checks.
  • Refine local pre-commit behavior to run Husky.Net only when dotnet is available; remove an obsolete CA2007 suppression in test .editorconfig.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
UtilitiesTests/UtilitiesTests.csproj Switch test dependencies to xunit.v3 and simplify test project properties.
UtilitiesTests/.editorconfig Remove CA2007 suppression from test analyzer overrides.
Directory.Packages.props Replace xunit v2 version pin with xunit.v3 version pin.
AGENTS.md Update documented lint tooling conventions (CI vs local, :latest usage).
.vscode/tasks.json Add a “Lint” task group running doc/workflow linters via Docker with --pull=always.
.husky/pre-commit Guard Husky.Net invocation behind command -v dotnet and clarify intent in comments.
.github/workflows/validate-task.yml Rename EditorConfig step and run editorconfig-checker via Docker :latest.

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