Upgrade Aspire and markdown package versions#336
Merged
Conversation
Refs #335 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
🏗️ PR Added to Squad Triage QueueThis PR has been labeled with Next steps:
|
There was a problem hiding this comment.
Pull request overview
Routine dependency bump aligning Aspire hosting/testing/integration packages from 13.3.1 → 13.3.2 (with a matching Aspire.AppHost.Sdk bump to 13.3.2), and bumping the markdown editor stack (Markdig and PSC.Blazor.Components.MarkdownEditor). Also adds two blank lines in AppHost.cs for readability.
Changes:
- Bump Aspire.* packages and
Aspire.AppHost.Sdkto 13.3.2 - Bump
Markdigto 1.2.0 andPSC.Blazor.Components.MarkdownEditorto 10.0.8 - Minor whitespace formatting in
src/AppHost/AppHost.cs
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Directory.Packages.props | Updates Aspire package versions to 13.3.2 and bumps markdown package versions |
| src/AppHost/AppHost.csproj | Bumps Aspire.AppHost.Sdk from 13.3.0 → 13.3.2 |
| src/AppHost/AppHost.cs | Adds two blank lines for readability around mongo/redis setup |
Contributor
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #336 +/- ##
=======================================
Coverage 81.66% 81.66%
=======================================
Files 51 51
Lines 1369 1369
Branches 166 166
=======================================
Hits 1118 1118
Misses 184 184
Partials 67 67 🚀 New features to boost your workflow:
|
This was referenced May 14, 2026
mpaulosky
added a commit
that referenced
this pull request
May 15, 2026
mpaulosky
pushed a commit
that referenced
this pull request
May 15, 2026
**Orchestration:** Created orchestration logs for Gimli, Frodo, Legolas, Sam, Boromir; created session log for issue #341 polish. **Decisions:** Merged PR #336 self-authored gate handling, PR #338 process-contract blocking, and PR #340 categories gate outcome from inbox → decisions.md. Deleted inbox files. **Agent History:** Appended Boromir issue #341 orchestration notes to .squad/agents/boromir/history.md. **Status:** Issue #341 (PR #342 polish cycle) complete. All team members' work recorded. Decisions committed to long-lived history. Co-authored-by: Copilot <223556219+Copilot@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.
Refs #335
Summary
Upgrade Aspire hosting/testing/driver/cache packages to 13.3.2, align
Aspire.AppHost.Sdkto 13.3.2, and bump markdown editor stack package versions.Closes #335
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 passMerge Readiness
main(no merge conflicts)