Update references to Microsoft Learn to aspire.dev#16723
Open
afscrome wants to merge 1 commit intomicrosoft:mainfrom
Open
Update references to Microsoft Learn to aspire.dev#16723afscrome wants to merge 1 commit intomicrosoft:mainfrom
Microsoft Learn to aspire.dev#16723afscrome wants to merge 1 commit intomicrosoft:mainfrom
Conversation
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 16723Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 16723" |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates documentation references from Microsoft Learn to aspire.dev across dashboard UI resources, project docs, and contributor instruction files.
Changes:
- Replace the Help dialog link text in the base resource and multiple localized XLF files.
- Update spec documentation links to point at aspire.dev API reference pages.
- Revise internal authoring instructions to refer to aspire.dev as the documentation destination.
Reviewed changes
Copilot reviewed 18 out of 19 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
src/Aspire.Dashboard/Resources/xlf/Dialogs.zh-Hant.xlf |
Updates Traditional Chinese Help dialog text to reference aspire.dev. |
src/Aspire.Dashboard/Resources/xlf/Dialogs.zh-Hans.xlf |
Updates Simplified Chinese Help dialog text to reference aspire.dev. |
src/Aspire.Dashboard/Resources/xlf/Dialogs.tr.xlf |
Updates Turkish Help dialog text to reference aspire.dev. |
src/Aspire.Dashboard/Resources/xlf/Dialogs.ru.xlf |
Updates Russian Help dialog text to reference aspire.dev. |
src/Aspire.Dashboard/Resources/xlf/Dialogs.pt-BR.xlf |
Updates Brazilian Portuguese Help dialog text to reference aspire.dev. |
src/Aspire.Dashboard/Resources/xlf/Dialogs.pl.xlf |
Updates Polish Help dialog text to reference aspire.dev. |
src/Aspire.Dashboard/Resources/xlf/Dialogs.ko.xlf |
Updates Korean Help dialog text to reference aspire.dev. |
src/Aspire.Dashboard/Resources/xlf/Dialogs.ja.xlf |
Updates Japanese Help dialog text to reference aspire.dev. |
src/Aspire.Dashboard/Resources/xlf/Dialogs.it.xlf |
Updates Italian Help dialog text to reference aspire.dev. |
src/Aspire.Dashboard/Resources/xlf/Dialogs.fr.xlf |
Partially updates French Help dialog localization for the new documentation destination. |
src/Aspire.Dashboard/Resources/xlf/Dialogs.es.xlf |
Updates Spanish Help dialog text to reference aspire.dev. |
src/Aspire.Dashboard/Resources/xlf/Dialogs.de.xlf |
Updates German Help dialog text to reference aspire.dev. |
src/Aspire.Dashboard/Resources/xlf/Dialogs.cs.xlf |
Updates Czech Help dialog text to reference aspire.dev. |
src/Aspire.Dashboard/Resources/Dialogs.resx |
Updates the default Help dialog resource string. |
docs/specs/appmodel.md |
Repoints API reference links from Learn to aspire.dev. |
.github/instructions/xmldoc.instructions.md |
Updates XML doc authoring guidance to reference aspire.dev. |
.github/instructions/hosting-readme.instructions.md |
Updates hosting README guidance to reference aspire.dev documentation links. |
.github/instructions/client-readme.instructions.md |
Updates client README guidance to reference aspire.dev availability. |
Files not reviewed (1)
- src/Aspire.Dashboard/Resources/Dialogs.Designer.cs: Language not supported
| <trans-unit id="HelpDialogGetHelpLinkText"> | ||
| <source>Go to Microsoft Learn documentation</source> | ||
| <source>Go to aspire.dev documentation</source> | ||
| <target state="translated">Accédez à la documentation Microsoft Learn</target> |
bd6e4fd to
38a98f6
Compare
IEvangelist
approved these changes
May 4, 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.
Description
Update some references to
Microsoft Learntoaspire.devChecklist
Are you including unit tests for the changes and scenario tests if relevant?