Replace ".NET Aspire" with "Aspire" throughout repository#1119
Merged
Conversation
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Replace all occurrences of .NET Aspire with Aspire
Replace ".NET Aspire" with "Aspire" throughout repository
Jan 29, 2026
IEvangelist
approved these changes
Jan 29, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request standardizes the terminology across the Aspire Community Toolkit repository by replacing all occurrences of ".NET Aspire" with "Aspire" to align with the simplified branding. The changes span 116 files including documentation, project descriptions, code comments, and examples.
Changes:
- Grammatical corrections: "A .NET Aspire" → "An Aspire" (using correct article before vowel sound)
- Terminology standardization: All ".NET Aspire" → "Aspire" throughout repository
- Typo fixes exposed by this change: "Granafa" → "Grafana" in k6 description, "imlpementation" → "implementation" in DataApiBuilder README
Reviewed changes
Copilot reviewed 116 out of 116 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .csproj files (multiple) | Updated Description fields with grammatical corrections ("A .NET Aspire" → "An Aspire") and terminology standardization |
| README.md files (src/*) | Standardized all references to Aspire throughout client and hosting integration documentation |
| Documentation files (docs/*) | Updated versioning, FAQ, diagnostics, and integration creation guides to use "Aspire" consistently |
| Example files (examples/*) | Updated service defaults comments from ".NET Aspire services" to "Aspire services" |
| DataApiBuilder files | Fixed typo "imlpementation" → "implementation" and updated all Aspire references |
| Home.razor | Updated page heading from ".NET Aspire Data API Builder" to "Aspire Data API Builder" |
| GitHub templates | Updated issue templates and Copilot instructions to reference "Aspire" |
| create-integration.md | Updated documentation links from learn.microsoft.com to aspire.dev for integration guides |
Contributor
Minimum allowed line rate is |
Odonno
approved these changes
Jan 30, 2026
ErikEJ
approved these changes
Jan 30, 2026
This was referenced May 14, 2026
Merged
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.
Standardizes terminology by replacing all occurrences of ".NET Aspire" with "Aspire" across documentation, project descriptions, and code comments.
Changes
Granafa→Grafanain k6 descriptionimlpementation→implementationin DataApiBuilder READMEScope
116 files: README.md, .csproj descriptions, .cs comments, /docs/, examples, GitHub templates.
Excluded:
.github/agents/directory.Example
Before:
After:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.