Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/instructions/client-readme.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/instructions/hosting-readme.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/instructions/xmldoc.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -26,7 +26,7 @@ XML documentation comments serve multiple purposes:
- All public classes, interfaces, methods, properties, and events must be well-documented
- Include detailed `<summary>`, `<remarks>`, `<example>`, 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:**

Expand Down
4 changes: 2 additions & 2 deletions docs/specs/appmodel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.**

---

Expand Down
2 changes: 1 addition & 1 deletion src/Aspire.Dashboard/Resources/Dialogs.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Aspire.Dashboard/Resources/Dialogs.resx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<value>Condition</value>
</data>
<data name="HelpDialogGetHelpLinkText" xml:space="preserve">
<value>Go to Microsoft Learn documentation</value>
<value>Go to aspire.dev documentation</value>
</data>
<data name="HelpDialogCategoryPanels" xml:space="preserve">
<value>Panels</value>
Expand Down
4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/Dialogs.cs.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/Dialogs.de.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/Dialogs.es.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/Dialogs.fr.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/Dialogs.it.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/Dialogs.ja.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/Dialogs.ko.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/Dialogs.pl.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/Dialogs.pt-BR.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/Dialogs.ru.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/Dialogs.tr.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/Dialogs.zh-Hans.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/Dialogs.zh-Hant.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading