chore: Update integration data and GitHub stats (7/17/26)#1379
chore: Update integration data and GitHub stats (7/17/26)#1379aspire-repo-bot[bot] wants to merge 1 commit into
Conversation
- Updated aspire-integrations.json with latest NuGet package info (177 packages) - Updated github-stats.json with latest repository statistics - Note: API reference regeneration was skipped due to PowerShell core module unavailability in this environment (generate-package-json.ps1 failed) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates frontend static data used to render GitHub repository stats and Aspire integration package metadata (versions/downloads/icons).
Changes:
- Refreshed GitHub repo star counts and filled in a missing description.
- Updated many Aspire integration entries with new NuGet versions, download counts, and icon URLs.
- Added several new CommunityToolkit Aspire integration entries.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/frontend/src/data/github-stats.json | Updates repo star counts and improves metadata completeness for aspire-samples. |
| src/frontend/src/data/aspire-integrations.json | Bulk refresh of package metadata plus new CommunityToolkit integration entries. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1926,13 +1963,13 @@ | |||
| "hosting", | |||
| "activemq" | |||
| ], | |||
| "downloads": 62412, | |||
| "downloads": 68031, | |||
| "version": "13.4.0" | |||
| }, | |||
| "title": "CommunityToolkit.Aspire.Hosting.Bun", | ||
| "description": "An Aspire integration for hosting Bun apps. DEPRECATED: Use Aspire.Hosting.JavaScript and builder.AddBunApp(...) instead. This package will be removed in a future release.", | ||
| "icon": "https://api.nuget.org/v3-flatcontainer/communitytoolkit.aspire.hosting.bun/13.4.1-beta.686/icon", | ||
| "href": "https://www.nuget.org/packages/CommunityToolkit.Aspire.Hosting.Bun", | ||
| "tags": [ | ||
| "aspire", | ||
| "integration", | ||
| "communitytoolkit", | ||
| "dotnetcommunitytoolkit", | ||
| "hosting", | ||
| "bun", | ||
| "javascript", | ||
| "deprecated" | ||
| ], | ||
| "downloads": 94891, | ||
| "version": "13.3.0" | ||
| }, |
Frontend HTML artifact readyThe latest frontend build uploaded the This comment updates automatically when a new frontend build artifact is uploaded. |
Automated Integration Data Update - 7/17/26
This PR contains automated updates to:
What's Updated
src/frontend/src/data/aspire-integrations.json— Latest package information (177 packages)src/frontend/src/data/github-stats.json— Repository statisticsVersion Changes Detected
The following packages had version changes:
Aspire.Azure.AI.Inference13.4.0-preview.1.26281.1813.4.6-preview.1.26319.6Aspire.Azure.AI.OpenAI13.4.0-preview.1.26281.1813.4.6-preview.1.26319.6Aspire.Azure.Data.Tables13.4.013.4.6Aspire.Azure.Messaging.EventHubs13.4.013.4.6Aspire.Azure.Messaging.ServiceBus13.4.013.4.6Aspire.Azure.Messaging.WebPubSub13.4.013.4.6Aspire.Hosting13.4.013.4.6Aspire.Hosting.AgentFramework.DevUI1.8.0-preview.260528.11.13.0-preview.260703.1Aspire.Hosting.AWS13.2.013.5.0Aspire.Hosting.Azure13.4.013.4.6New Community Toolkit packages added:
CommunityToolkit.Aspire.Hosting.K3s,CommunityToolkit.Aspire.Hosting.Logto,CommunityToolkit.Aspire.Hosting.RustFs,CommunityToolkit.Aspire.Hosting.SeaweedFS,CommunityToolkit.Aspire.Hosting.Squad,CommunityToolkit.Aspire.Logto.Client,CommunityToolkit.Aspire.SeaweedFS.ClientVersion changes were detected, which normally triggers C# and TypeScript API reference regeneration. However, the regeneration could not run in this environment.
Root cause: PowerShell's
Microsoft.PowerShell.Managementmodule binary is missing from the runner (/opt/microsoft/powershell/7/Modules/Microsoft.PowerShell.Management/contains only the.psd1manifest, not the DLL). Thegenerate-package-json.ps1script fails immediately becauseJoin-Pathis unavailable.Impact:
src/frontend/src/data/pkgs/,src/frontend/src/data/ts-modules/, andsrc/frontend/src/data/twoslash/aspire.d.tswere not regenerated. These files will be out of date until the next successful regen run.Action required: The runner environment needs
Microsoft.PowerShell.Management.dllinstalled. Once fixed, re-running the Integration Data Updater workflow will regenerate the API reference data.Review Checklist