Copilot/update aspire 13 3 from pr1261#1314
Merged
aaronpowell merged 42 commits intoMay 14, 2026
Merged
Conversation
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
* Making the nuget.config more explicit in where to find stuff * Adding a VS Code launch command * Verbose debugging Tests still won't pass though
…to the correct API
tommasodotNET
approved these changes
May 12, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Minimum allowed line rate is |
09b1492
into
fixing-typescript-apphost-support
357 of 359 checks passed
aaronpowell
added a commit
that referenced
this pull request
May 14, 2026
…ig.json (#1261) * fix: use .csproj project references in TypeScript apphost aspire.config.json Replace empty/version string package references with relative .csproj paths so the Aspire CLI builds integrations from local source instead of trying to pull from NuGet. This follows the local development with project references pattern documented at aspire.dev. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fixing mcp inspector not having a default server * updating ignores * feat: add secrets support to TypeScript apphost validation Add a -Secrets parameter to validate-typescript-apphost.ps1 that accepts key=value pairs. The script calls 'aspire secret set' for each pair before starting the apphost, and cleans them up via 'aspire secret delete' in the finally block. Update TypeScriptAppHostTest.Run() with an optional secrets dictionary parameter that forwards to the PowerShell script. Update the McpInspector TypeScript test to pass the required proxy-token secret parameter. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * feat: auto-detect and pack local project dependencies in TS apphost validation The validate-typescript-apphost.ps1 script now uses dotnet msbuild -getItem:ProjectReference to discover CommunityToolkit.* project references from the integration being tested. Each discovered dependency is packed into the temp NuGet source and added to aspire.config.json alongside the main package. This fixes TypeScript apphost validation for integrations like MongoDB.Extensions, MySql.Extensions, PostgreSQL.Extensions, Redis.Extensions, and SqlServer.Extensions which depend on local packages like DbGate, Adminer, and Flyway. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Disabling ngrok TS apphost test on CIThis requires an authenticated ngrok account to be setup, which can be done locally but not for CI * Simplfying the TS apphostThe routing stuff isn't meant to work the way it was defined and would cause the apphost to fail * Fixing path to the rust API * ignoring solr data folder * Fixing solr ts apphost by forcing permissions * ignore the possible failure due to solr data folder ownership * Fixing typescript validation script On Windows, it would try to run the npm.ps1 script, which then freaks out about arguments, so have to do some hacky stuff * Bumping package due to CVE * Ignoring the lscache files * run bun, bump bun * still dealing with CVE packages. Why isn't OTEL verioning consistent * Aspire commands get debug flags * Copilot/update aspire 13 3 from pr1261 (#1314) * Update Aspire version references to 13.3 Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> * Align dependency versions for Aspire 13.3 Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> * Overriding more packages with CVE's * Debugging the TypeScript app host bootstrapper * Making the nuget.config more explicit in where to find stuff * Adding a VS Code launch command * Verbose debugging Tests still won't pass though * Fixing a mistake in launching the debugger * No idea why the API usage was the way that was, but making it correct now * The API for getting endpoints was wrong for how 13.3 works - updated to the correct API * Fixing a bit more surface area in activemq * Fixing API usage in flagd apphost.ts * Fixing API usage in goff apphost.ts * Fixing API usage in java apphost.ts * Fixing API usage in KurrentDB apphost.ts * Fixing API usage in LavinMQ apphost.ts * Fixing API usage in MailPit apphost.ts * Fixing API usage in MeilieSearch apphost.ts * Fixing API usage in MinIO apphost.ts * Fixing API usage in mysql apphost.ts * Fixing API usage in otelcollector apphost.ts * Fixing API usage in papercut apphost.ts * Fixing API usage in pgext apphost.ts * Fixing API usage in sftp apphost.ts * Fixing API usage in solr apphost.ts * Fixing API usage in dbprojects apphost.ts * Fixing API usage in sqlite apphost.ts * Fixing API usage in surrealdb apphost.ts * Fixing API usage in umami apphost.ts * adding sqlserver to the dab ts apphost demo * Forgot that the tests didn't wait on resources * Updating all the aspire.config.json to include sdk version * Moving mcp config for cli * aspire agent skills * Adding some fixes to the apphost.ts usage * Removing some stuff that isn't needed, we have them in examples * Fixing the api usage for adding params with values * Fixing minio api usage * Fixing api usage on otel collection * Fixing typescript apphost for papercutsmtp * Fixing sftp typescript apphost * Fixing sqlite ts apphost, which was super weirdly written * Fix TypeScript AppHost cleanup ordering Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix remaining TypeScript AppHost CI failures Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Disabling DAB on TS apphost test due to known issue --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> Co-authored-by: David Fowler <davidfowl@gmail.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: restore playground files to resolve PR merge conflicts Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> Co-authored-by: David Fowler <davidfowl@gmail.com>
This was referenced May 15, 2026
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 #<ISSUE_NUMBER>
PR Checklist
Other information