Conversation
Closes #451 ## Summary - Add release recap post for v1.7.1 at docs/blog/2026-07-20-release-v1-7-1.md - Update docs/blog/index.md with the new post at the top of Latest Posts - Cover changelog scope v1.7.0...v1.7.1 with summary, updates, fixes, upgrade notes, stats, and next steps Co-authored-by: mpaulosky <mpaulosky@users.noreply.github.com>
Contributor
🏗️ PR Added to Squad Triage QueueThis PR has been labeled with Next steps:
|
mpaulosky
enabled auto-merge (squash)
July 20, 2026 23:15
There was a problem hiding this comment.
Pull request overview
This PR adds the v1.7.1 release recap post to the developer blog and updates the blog index so the new post appears at the top of the Latest Posts list.
Changes:
- Added
docs/blog/2026-07-20-release-v1-7-1.mdwith a v1.7.1 release recap (summary, highlights, fixes, upgrade notes, stats, next steps). - Updated
docs/blog/index.mdto include the new post at the top of the Latest Posts table.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/blog/index.md | Adds the v1.7.1 post entry to the Latest Posts table. |
| docs/blog/2026-07-20-release-v1-7-1.md | Introduces the v1.7.1 release recap blog post content and metadata. |
| @@ -0,0 +1,94 @@ | |||
| --- | |||
| title: "Release: v1.7.1 - AppHost Stability, CI Lint Hardening, and Workflow Cleanup" | |||
|
|
||
| | Date | Title | Tags | | ||
| |------|-------|------| | ||
| | 2026-07-20 | [Release: v1.7.1 - AppHost Stability, CI Lint Hardening, and Workflow Cleanup](./2026-07-20-release-v1-7-1.md) | release, v1.7.1, apphost, ci, devops, sprint-21 | |
|
|
||
| --- | ||
|
|
||
| *Posted by Bilbo - Sprint 21 | Release: v1.7.1* |
Contributor
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #456 +/- ##
=======================================
Coverage 76.78% 76.78%
=======================================
Files 71 71
Lines 1775 1775
Branches 214 214
=======================================
Hits 1363 1363
Misses 336 336
Partials 76 76 🚀 New features to boost your workflow:
|
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.
Closes #451
Summary
Summary
Closes #
Type of Change
Domain Affected
Self-Review Checklist
Code Quality
dotnet build MyBlog.slnx --configuration Release— 0 errors, 0 warningsdotnet test MyBlog.slnx --configuration Release --no-build— all passArchitecture
Command/Query/Handler/Validatornaming conventionssealedWeborPersistence.*projectsResult<T>/ResultErrorCodeused for expected failures (no exception-driven control flow)Domain.DTOs; Models are inDomain.ModelsTests
[Collection("XxxIntegration")])IssueDto.Empty/CommentDto.Emptyinstances directlySecurity (check if security-relevant)
RequireAuthorization/ policy appliedMarkupStringused with user-supplied contentMerge Readiness
main(no merge conflicts)Screenshots / Evidence
Notes for Reviewers