Skip to content
Draft
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Aspire gives you a unified toolchain: launch and debug your entire app locally w
## Useful links

- [Aspire overview and documentation](https://aspire.dev/docs/)
- [Aspire samples repository](https://github.com/microsoft/aspire-samples)
- [Aspire samples repository](https://github.com/Azure-Samples/aspire-samples)
Copy link
Contributor

Choose a reason for hiding this comment

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

???? dotnet

- [Dogfooding pull requests](docs/dogfooding-pull-requests.md) - Test changes from specific pull requests locally

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion docs/area-owners.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you need to tag folks on an issue or PR, you will generally want to tag the o
| [area-engineering-systems](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-engineering-systems) | @joperezr | @aspire/area-engineering-systems | Issues/PRs related to how the repository is built and tested (build and test infrastructure) |
| [area-meta](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-meta) | @danmoseley | @aspire/area-meta | Issues/PRs that don't really match any of the other areas |
| [area-orchestrator](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-orchestrator) | @dbreshears | @aspire/area-orchestrator | Issues/PRs related to DCP (Devex Control Plane) |
| [area-samples](https://github.com/microsoft/aspire-samples/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-samples) | @DamianEdwards | @aspire/area-samples | Issues/PRs related to the Aspire samples. These are in the [microsoft/aspire-samples](https://github.com/microsoft/aspire-samples) repo. |
| [area-samples](https://github.com/Azure-Samples/aspire-samples/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-samples) | @DamianEdwards | @aspire/area-samples | Issues/PRs related to the Aspire samples. These are in the [Azure-Samples/aspire-samples](https://github.com/Azure-Samples/aspire-samples) repo. |
| [area-service-discovery](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-service-discovery) | @ReubenBond | @aspire/area-service-discovery | Issues/PRs related to Aspire's Service Discovery and communication between services |
| [area-templates](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-templates) | @DamianEdwards | @aspire/area-templates | Issues/PRs related to the Aspire templates |
| [area-telemetry](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-telemetry) | @maddymontaquila | @aspire/area-telemetry | Issues/PRs related to telemetry (logs, metrics, tracing) |
Expand Down
2 changes: 1 addition & 1 deletion playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ This folder contains Aspire applications used within this repository for testing

These are not intended as samples! In order to develop in this repository, we need some non-standard approaches that are not recommended or might not work elsewhere.

To find samples, see https://github.com/microsoft/aspire-samples
To find samples, see https://github.com/Azure-Samples/aspire-samples
4 changes: 2 additions & 2 deletions src/Aspire.Hosting.JavaScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ builder.Build().Run();
```

## Additional documentation
https://github.com/microsoft/aspire-samples/tree/main/samples/aspire-with-javascript
https://github.com/microsoft/aspire-samples/tree/main/samples/aspire-with-node
https://github.com/Azure-Samples/aspire-samples/tree/main/samples/aspire-with-javascript
https://github.com/Azure-Samples/aspire-samples/tree/main/samples/aspire-with-node

## Feedback & contributing

Expand Down
2 changes: 1 addition & 1 deletion tools/ReleaseNotes/data/whats-new-93.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ builder.Eventing.Subscribe<InitializeResourceEvent>(myCustom, async (e, ct) =>
});
```

This replaces awkward patterns like `Task.Run` inside constructors or `Configure()` methods. You can see a more complex version in the [TalkingClock sample](https://github.com/microsoft/aspire-samples/tree/3dee8cd7c7880fe421ea61ba167301eb1369000a/samples/CustomResources/CustomResources.AppHost) in the official Aspire samples repo.
This replaces awkward patterns like `Task.Run` inside constructors or `Configure()` methods. You can see a more complex version in the [TalkingClock sample](https://github.com/Azure-Samples/aspire-samples/tree/3dee8cd7c7880fe421ea61ba167301eb1369000a/samples/CustomResources/CustomResources.AppHost) in the official Aspire samples repo.

#### `ResourceEndpointsAllocatedEvent`

Expand Down