Skip to content

Simplified Aspire name resolution#1382

Merged
afscrome merged 1 commit into
CommunityToolkit:mainfrom
sliekens:a_pull_request_you_cant_refuse
Jun 1, 2026
Merged

Simplified Aspire name resolution#1382
afscrome merged 1 commit into
CommunityToolkit:mainfrom
sliekens:a_pull_request_you_cant_refuse

Conversation

@sliekens

@sliekens sliekens commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Since there is only one Aspire used throughout this codebase, it is unnecessary to reference it using its fully qualified name. The compiler was already able to resolve Aspire unambiguously, making the additional qualification redundant. The longer form was technically correct but unnecessarily verbose. Additional qualification was found to be informationally redundant. The surrounding context already establishes the intended Aspire.

Since there is only one Aspire used throughout this codebase, it is unnecessary to reference it using its fully qualified name. The compiler was already able to resolve Aspire unambiguously, making the additional qualification redundant. The longer form was technically correct but unnecessarily verbose. Additional qualification was found to be informationally redundant. The surrounding context already establishes the intended Aspire.
Copilot AI review requested due to automatic review settings June 1, 2026 19:10
@github-actions

github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.sh | bash -s -- 1382

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.ps1) } 1382"

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates package and documentation copy to remove “.NET” from “.NET Aspire” phrasing for a more consistent/concise branding across integrations and templates.

Changes:

  • Updated multiple READMEs to say “Aspire AppHost” instead of “.NET Aspire AppHost”
  • Updated Zitadel package description to say “An Aspire …” instead of “A .NET Aspire …”
  • Updated GitHub agent templates’ sample <Description> text to match the new phrasing

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/CommunityToolkit.Aspire.Hosting.Zitadel/README.md Adjusts wording in the package README to remove “.NET” from Aspire phrasing
src/CommunityToolkit.Aspire.Hosting.Zitadel/CommunityToolkit.Aspire.Hosting.Zitadel.csproj Updates NuGet package <Description> text
src/CommunityToolkit.Aspire.Hosting.Perl/README.md Adjusts wording in the package README to remove “.NET” from Aspire phrasing
src/CommunityToolkit.Aspire.Hosting.Java/README.md Adjusts wording in the package README to remove “.NET” from Aspire phrasing
.github/agents/hosting-integration-creator.agent.md Updates template description text for hosting integrations
.github/agents/client-integration-creator.agent.md Updates template description text for client integrations

Comment thread src/CommunityToolkit.Aspire.Hosting.Perl/README.md

@Omnideth Omnideth left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it. Looks good.

I was nervous to leave it as an approve review instead of a comment review.

An approve review from me would still require a core maintainer to actually release, correct?

@afscrome afscrome enabled auto-merge June 1, 2026 19:24
@afscrome afscrome merged commit 05f15b0 into CommunityToolkit:main Jun 1, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants