diff --git a/.github/instructions/client-readme.instructions.md b/.github/instructions/client-readme.instructions.md index 7ac5d9f315a..8233bfdf829 100644 --- a/.github/instructions/client-readme.instructions.md +++ b/.github/instructions/client-readme.instructions.md @@ -447,7 +447,7 @@ Update client integration README.md files when: - Adding new extension methods - Updating configuration key paths - New features are added (health checks, metrics, etc.) -- New Microsoft Learn or technology documentation becomes available +- New aspire.dev or technology documentation becomes available ## Review Checklist diff --git a/.github/instructions/hosting-readme.instructions.md b/.github/instructions/hosting-readme.instructions.md index b144cd65676..8f29d9deb16 100644 --- a/.github/instructions/hosting-readme.instructions.md +++ b/.github/instructions/hosting-readme.instructions.md @@ -226,7 +226,7 @@ Update hosting integration README.md files when: - Changing the primary usage pattern - Adding emulator support - Updating prerequisites or installation steps -- New Microsoft Learn documentation becomes available +- New aspire.dev documentation becomes available ## Review Checklist @@ -237,7 +237,7 @@ When reviewing or creating a hosting integration README.md: - [ ] Installation section uses correct package name and `dotnetcli` code block - [ ] Usage example shows `Add{Technology}` method with `WithReference` pattern - [ ] Usage example uses appropriate variable names and resource names -- [ ] "Additional documentation" section includes relevant Microsoft Learn links +- [ ] "Additional documentation" section includes relevant aspire.dev links - [ ] "Feedback & contributing" section is present at the end - [ ] Trademark notices are included if applicable - [ ] No configuration details that belong in client integration READMEs diff --git a/.github/instructions/xmldoc.instructions.md b/.github/instructions/xmldoc.instructions.md index 9f8b16cc1d7..14a46132366 100644 --- a/.github/instructions/xmldoc.instructions.md +++ b/.github/instructions/xmldoc.instructions.md @@ -13,7 +13,7 @@ This document provides comprehensive guidelines for writing high-quality XML doc XML documentation comments serve multiple purposes: - Generate IntelliSense tooltips in IDEs for developers using Aspire APIs -- Create public API documentation published to Microsoft Learn +- Create public API documentation published to aspire.dev - Improve code maintainability and understanding - Support automated documentation generation tools @@ -26,7 +26,7 @@ XML documentation comments serve multiple purposes: - All public classes, interfaces, methods, properties, and events must be well-documented - Include detailed ``, ``, ``, and other appropriate tags - Focus on explaining purpose, usage patterns, and providing practical examples -- This documentation will be published to Microsoft Learn and shown in IntelliSense +- This documentation will be published to aspire.dev and shown in IntelliSense **Internal APIs require minimal documentation:** diff --git a/docs/specs/appmodel.md b/docs/specs/appmodel.md index d7a754fb5cc..a10aedfb6b9 100644 --- a/docs/specs/appmodel.md +++ b/docs/specs/appmodel.md @@ -631,7 +631,7 @@ private static ReferenceExpression BuildConnectionString( ## Endpoint Primitives -The [EndpointReference](https://learn.microsoft.com/en-us/dotnet/api/aspire.hosting.applicationmodel.endpointreference?view=dotnet-aspire-8.0) is the fundamental type used to interact with another resource's endpoint. It provides properties such as: +The [EndpointReference](https://aspire.dev/reference/api/csharp/aspire.hosting/endpointreference/) is the fundamental type used to interact with another resource's endpoint. It provides properties such as: - Url - Host @@ -737,7 +737,7 @@ builder.Build().Run(); Error accessing Url: Endpoint has not been allocated. ``` -**NOTE: The overloads of [WithEnvironment](https://learn.microsoft.com/en-us/dotnet/api/aspire.hosting.resourcebuilderextensions.withenvironment) that take a callback run after endpoints have been allocated.** +**NOTE: The overloads of [WithEnvironment](https://aspire.dev/reference/api/csharp/aspire.hosting/resourcebuilderextensions/methods/#withenvironment-iresourcebuilder-t-action-environmentcallbackcontext) that take a callback run after endpoints have been allocated.** --- diff --git a/src/Aspire.Dashboard/Resources/Dialogs.Designer.cs b/src/Aspire.Dashboard/Resources/Dialogs.Designer.cs index 5ce37e103e9..72115e8c407 100644 --- a/src/Aspire.Dashboard/Resources/Dialogs.Designer.cs +++ b/src/Aspire.Dashboard/Resources/Dialogs.Designer.cs @@ -628,7 +628,7 @@ public static string HelpDialogDecreasePanelSize { } /// - /// Looks up a localized string similar to Go to Microsoft Learn documentation. + /// Looks up a localized string similar to Go to aspire.dev documentation. /// public static string HelpDialogGetHelpLinkText { get { diff --git a/src/Aspire.Dashboard/Resources/Dialogs.resx b/src/Aspire.Dashboard/Resources/Dialogs.resx index 7ab69db6224..e3d17b06b12 100644 --- a/src/Aspire.Dashboard/Resources/Dialogs.resx +++ b/src/Aspire.Dashboard/Resources/Dialogs.resx @@ -164,7 +164,7 @@ Condition - Go to Microsoft Learn documentation + Go to aspire.dev documentation Panels diff --git a/src/Aspire.Dashboard/Resources/xlf/Dialogs.cs.xlf b/src/Aspire.Dashboard/Resources/xlf/Dialogs.cs.xlf index d7a7aff41b1..da9aba5ca68 100644 --- a/src/Aspire.Dashboard/Resources/xlf/Dialogs.cs.xlf +++ b/src/Aspire.Dashboard/Resources/xlf/Dialogs.cs.xlf @@ -318,8 +318,8 @@ - Go to Microsoft Learn documentation - Přejít na dokumentaci Microsoft Learn + Go to aspire.dev documentation + Přejít na dokumentaci aspire.dev diff --git a/src/Aspire.Dashboard/Resources/xlf/Dialogs.de.xlf b/src/Aspire.Dashboard/Resources/xlf/Dialogs.de.xlf index dba95e3abdc..aa680700199 100644 --- a/src/Aspire.Dashboard/Resources/xlf/Dialogs.de.xlf +++ b/src/Aspire.Dashboard/Resources/xlf/Dialogs.de.xlf @@ -318,8 +318,8 @@ - Go to Microsoft Learn documentation - Zur Microsoft Learn-Dokumentation wechseln + Go to aspire.dev documentation + Zur aspire.dev-Dokumentation wechseln diff --git a/src/Aspire.Dashboard/Resources/xlf/Dialogs.es.xlf b/src/Aspire.Dashboard/Resources/xlf/Dialogs.es.xlf index f3cedddf742..a16706fb051 100644 --- a/src/Aspire.Dashboard/Resources/xlf/Dialogs.es.xlf +++ b/src/Aspire.Dashboard/Resources/xlf/Dialogs.es.xlf @@ -318,8 +318,8 @@ - Go to Microsoft Learn documentation - Ir a la documentación de Microsoft Learn + Go to aspire.dev documentation + Ir a la documentación de aspire.dev diff --git a/src/Aspire.Dashboard/Resources/xlf/Dialogs.fr.xlf b/src/Aspire.Dashboard/Resources/xlf/Dialogs.fr.xlf index 8b87eaaad42..e9565da743c 100644 --- a/src/Aspire.Dashboard/Resources/xlf/Dialogs.fr.xlf +++ b/src/Aspire.Dashboard/Resources/xlf/Dialogs.fr.xlf @@ -318,8 +318,8 @@ - Go to Microsoft Learn documentation - Accédez à la documentation Microsoft Learn + Go to aspire.dev documentation + Accédez à la documentation aspire.dev diff --git a/src/Aspire.Dashboard/Resources/xlf/Dialogs.it.xlf b/src/Aspire.Dashboard/Resources/xlf/Dialogs.it.xlf index 0768ed925d6..5544d7a0455 100644 --- a/src/Aspire.Dashboard/Resources/xlf/Dialogs.it.xlf +++ b/src/Aspire.Dashboard/Resources/xlf/Dialogs.it.xlf @@ -318,8 +318,8 @@ - Go to Microsoft Learn documentation - Vai alla documentazione di Microsoft Learn + Go to aspire.dev documentation + Vai alla documentazione di aspire.dev diff --git a/src/Aspire.Dashboard/Resources/xlf/Dialogs.ja.xlf b/src/Aspire.Dashboard/Resources/xlf/Dialogs.ja.xlf index 5be49390e46..df092cfb5a7 100644 --- a/src/Aspire.Dashboard/Resources/xlf/Dialogs.ja.xlf +++ b/src/Aspire.Dashboard/Resources/xlf/Dialogs.ja.xlf @@ -318,8 +318,8 @@ - Go to Microsoft Learn documentation - Microsoft Learn ドキュメントに移動 + Go to aspire.dev documentation + aspire.dev ドキュメントに移動 diff --git a/src/Aspire.Dashboard/Resources/xlf/Dialogs.ko.xlf b/src/Aspire.Dashboard/Resources/xlf/Dialogs.ko.xlf index db374a04fdf..d7e79681fc6 100644 --- a/src/Aspire.Dashboard/Resources/xlf/Dialogs.ko.xlf +++ b/src/Aspire.Dashboard/Resources/xlf/Dialogs.ko.xlf @@ -318,8 +318,8 @@ - Go to Microsoft Learn documentation - Microsoft Learn 설명서로 이동 + Go to aspire.dev documentation + aspire.dev 설명서로 이동 diff --git a/src/Aspire.Dashboard/Resources/xlf/Dialogs.pl.xlf b/src/Aspire.Dashboard/Resources/xlf/Dialogs.pl.xlf index f46dea5443f..0a70723818d 100644 --- a/src/Aspire.Dashboard/Resources/xlf/Dialogs.pl.xlf +++ b/src/Aspire.Dashboard/Resources/xlf/Dialogs.pl.xlf @@ -318,8 +318,8 @@ - Go to Microsoft Learn documentation - Przejdź do dokumentacji usługi Microsoft Learn + Go to aspire.dev documentation + Przejdź do dokumentacji usługi aspire.dev diff --git a/src/Aspire.Dashboard/Resources/xlf/Dialogs.pt-BR.xlf b/src/Aspire.Dashboard/Resources/xlf/Dialogs.pt-BR.xlf index 6813bd6d45c..d81a3d25e30 100644 --- a/src/Aspire.Dashboard/Resources/xlf/Dialogs.pt-BR.xlf +++ b/src/Aspire.Dashboard/Resources/xlf/Dialogs.pt-BR.xlf @@ -318,8 +318,8 @@ - Go to Microsoft Learn documentation - Ir para a documentação do Microsoft Learn + Go to aspire.dev documentation + Ir para a documentação do aspire.dev diff --git a/src/Aspire.Dashboard/Resources/xlf/Dialogs.ru.xlf b/src/Aspire.Dashboard/Resources/xlf/Dialogs.ru.xlf index 664204a1d21..b74f5f197f2 100644 --- a/src/Aspire.Dashboard/Resources/xlf/Dialogs.ru.xlf +++ b/src/Aspire.Dashboard/Resources/xlf/Dialogs.ru.xlf @@ -318,8 +318,8 @@ - Go to Microsoft Learn documentation - Перейти к документации Microsoft Learn + Go to aspire.dev documentation + Перейти к документации aspire.dev diff --git a/src/Aspire.Dashboard/Resources/xlf/Dialogs.tr.xlf b/src/Aspire.Dashboard/Resources/xlf/Dialogs.tr.xlf index db5fec1cdcd..34fe57d5463 100644 --- a/src/Aspire.Dashboard/Resources/xlf/Dialogs.tr.xlf +++ b/src/Aspire.Dashboard/Resources/xlf/Dialogs.tr.xlf @@ -318,8 +318,8 @@ - Go to Microsoft Learn documentation - Microsoft Learn belgelerine git + Go to aspire.dev documentation + aspire.dev belgelerine git diff --git a/src/Aspire.Dashboard/Resources/xlf/Dialogs.zh-Hans.xlf b/src/Aspire.Dashboard/Resources/xlf/Dialogs.zh-Hans.xlf index eef859d147a..4aa9d22b1d0 100644 --- a/src/Aspire.Dashboard/Resources/xlf/Dialogs.zh-Hans.xlf +++ b/src/Aspire.Dashboard/Resources/xlf/Dialogs.zh-Hans.xlf @@ -318,8 +318,8 @@ - Go to Microsoft Learn documentation - 转到 Microsoft Learn 文档 + Go to aspire.dev documentation + 转到 aspire.dev 文档 diff --git a/src/Aspire.Dashboard/Resources/xlf/Dialogs.zh-Hant.xlf b/src/Aspire.Dashboard/Resources/xlf/Dialogs.zh-Hant.xlf index f8426dd5996..8f5257fd852 100644 --- a/src/Aspire.Dashboard/Resources/xlf/Dialogs.zh-Hant.xlf +++ b/src/Aspire.Dashboard/Resources/xlf/Dialogs.zh-Hant.xlf @@ -318,8 +318,8 @@ - Go to Microsoft Learn documentation - 前往 Microsoft Learn 文件 + Go to aspire.dev documentation + 前往 aspire.dev 文件