fix: resolve dev/main conflicts blocking PR #427#428
Merged
Conversation
Contributor
🏗️ PR Added to Squad Triage QueueThis PR has been labeled with Next steps:
|
mpaulosky
enabled auto-merge (squash)
July 4, 2026 14:36
There was a problem hiding this comment.
Pull request overview
Resolves merge conflicts between dev and main that were blocking PR #427, including a small formatting correction needed to satisfy the repo’s pre-push validation gates.
Changes:
- Fixes a formatting/indentation issue in
AspireManagerto satisfydotnet format verify. - Resolves merge-conflict artifacts and reconciles the resulting dependency lock state in
src/Web/package-lock.json.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tests/AppHost.Tests/Infrastructure/AspireManager.cs | Corrects formatting in the Aspire test builder configuration block. |
| src/Web/package-lock.json | Removes merge-conflict remnants and reconciles the resolved lockfile contents. |
Files not reviewed (1)
- src/Web/package-lock.json: Generated file
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #428 +/- ##
===========================================
- Coverage 87.49% 76.73% -10.77%
===========================================
Files 71 71
Lines 1775 1775
Branches 214 214
===========================================
- Hits 1553 1362 -191
- Misses 145 336 +191
Partials 77 77 🚀 New features to boost your workflow:
|
mpaulosky
added a commit
that referenced
this pull request
Jul 4, 2026
Follow-up conflict resolution after #428 merge.\n\nThis PR resolves the remaining merge conflicts between origin/dev and origin/main that still blocked #427.\n\nValidation:\n- Full local pre-push gate passed (build + tests + integration)\n\nRefs #427 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Boromir <boromir@squad.dev> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: GitHub Copilot <copilot@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Boromir <lead-organizer@squad.local> Co-authored-by: mpaulosky <mpaulosky@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves merge conflicts that block #427 (dev -> main).\n\nIncludes:\n- Conflict resolution from main into dev\n- Required formatting fix to satisfy pre-push gate\n\nValidation run locally via pre-push gate:\n- markdownlint\n- dotnet format verify\n- Release build\n- Architecture/Domain/Web/Web.Bunit tests\n- Integration tests (Web + AppHost)\n\nOnce merged into dev, PR #427 should become mergeable.\n\nRefs #427