https://github.com/dotnet/docs-aspire
The official repository for the .NET Aspire documentation—describing a set of tools, templates, and packages for building observable, production ready apps.
https://github.com/dotnet/docs-aspire
app-host app-model cloud-native distributed-application dotnet dotnet-aspire dotnet-aspire-components hacktoberfest
Last synced: about 1 month ago
JSON representation
The official repository for the .NET Aspire documentation—describing a set of tools, templates, and packages for building observable, production ready apps.
- Host: GitHub
- URL: https://github.com/dotnet/docs-aspire
- Owner: dotnet
- License: mit
- Created: 2023-11-10T20:30:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T17:32:55.000Z (about 1 month ago)
- Last Synced: 2025-04-12T03:52:44.517Z (about 1 month ago)
- Topics: app-host, app-model, cloud-native, distributed-application, dotnet, dotnet-aspire, dotnet-aspire-components, hacktoberfest
- Homepage: https://learn.microsoft.com/dotnet/aspire
- Size: 69.6 MB
- Stars: 121
- Watchers: 18
- Forks: 143
- Open Issues: 113
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# .NET Aspire docs
[](https://discord.com/invite/h87kDAHQgJ)
[](https://www.bestpractices.dev/projects/9186)
[](https://GitHub.com/dotnet/docs-aspire/graphs/contributors/)
[](https://github.com/dotnet/docs-aspire)
[](https://GitHub.com/dotnet/docs-aspire/issues?q=is%3Aissue+is%3Aopened)
[](https://GitHub.com/dotnet/docs-aspire/issues?q=is%3Aissue+is%3Aclosed)
[](https://GitHub.com/dotnet/docs-aspire/pulls?q=is%3Aissue+is%3Aopened)
[](https://github.com/dotnet/docs-aspire/pulls?q=is%3Apr+is%3Aclosed+is%3Amerged)This repository contains the conceptual documentation for .NET Aspire. The [.NET Aspire documentation site](https://learn.microsoft.com/dotnet/aspire).

## :purple_heart: Contribute
We welcome contributions to help us improve and complete the .NET docs. This is a very large repo, covering a large area. If this is your first visit, see our [labels and projects roadmap](https://learn.microsoft.com/contribute/content/dotnet/labels-projects) for help navigating the issues and projects in this repository. If your contribution includes third-party dependencies, see our guidance on using [third-party dependencies :link:](https://github.com/dotnet/docs/blob/main/styleguide/3rdPartyDependencies.md).
To contribute, see:
- The [.NET Contributor Guide :ledger:](https://learn.microsoft.com/contribute/dotnet/dotnet-contribute) for instructions on procedures we use.
- Issues labeled [`help wanted` :label:](https://github.com/dotnet/docs-aspire/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22+) for ideas.
- [#Hacktoberfest and Microsoft Docs :jack_o_lantern:](https://learn.microsoft.com/contribute/hacktoberfest) for details on our participation in the annual event.## Microsoft Open Source Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
## :octocat: GitHub Action workflows
- [](https://github.com/dotnet/docs-aspire/actions/workflows/live-protection.yml): Adds a comment to PRs that were not automated, but rather manually created that target the `live` branch.
- [](https://github.com/dotnet/docs-aspire/actions/workflows/stale.yml): Closes stale issues that have not been updated in 180 days.
- [](https://github.com/dotnet/docs-aspire/actions/workflows/markdownlint.yml): The current status for the entire repositories Markdown linter status.
- [](https://github.com/dotnet/docs-aspire/actions/workflows/check-for-build-warnings.yml): Builds the site for the PR in context, and verifies the build reporting either, `success,` `warnings`, or `error`.
- [](https://github.com/dotnet/docs-aspire/actions/workflows/snippets5000.yml): Custom .NET build validation, locates code impacted by a PR, and builds.
- [](https://github.com/dotnet/docs-aspire/actions/workflows/version-sweep.yml): Runs monthly, creating issues on projects that target .NET versions that are out of support.
- [](https://github.com/dotnet/docs-aspire/actions/workflows/dependabot-bot.yml): Automatically updates the `dependabot` configuration weekly, but only if required.
- [](https://github.com/dotnet/docs-aspire/actions/workflows/quest.yml): Automatically synchronizes issues with Quest (Azure DevOps).
- [](https://github.com/dotnet/docs-aspire/actions/workflows/quest-bulk.yml): Manual bulk import of issues into Quest (Azure DevOps).