Skip to content

Update Orleans and Aspire integration documentation#54201

Open
Meir017 wants to merge 1 commit into
dotnet:mainfrom
Meir017:patch-1
Open

Update Orleans and Aspire integration documentation#54201
Meir017 wants to merge 1 commit into
dotnet:mainfrom
Meir017:patch-1

Conversation

@Meir017
Copy link
Copy Markdown
Contributor

@Meir017 Meir017 commented Jun 7, 2026

.NET Aspire -> Aspire

Summary

FYI @IEvangelist @davidfowl

Copilot AI review requested due to automatic review settings June 7, 2026 11:23
@dotnetrepoman dotnetrepoman Bot added this to the June 2026 milestone Jun 7, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the Orleans hosting documentation to reflect “Aspire” (vs “.NET Aspire”) terminology and refreshes related setup links.

Changes:

  • Renamed headings/front-matter to “Orleans and Aspire integration”.
  • Updated external/reference links (aspire.dev, VS Code extension link).
  • Adjusted wording in pivoted sections to use “Aspire” terminology.

Comment on lines +2 to +3
title: Orleans and Aspire integration
description: Learn how to integrate Orleans with Aspire for cloud-native development.
---

# Orleans and .NET Aspire integration
# Orleans and Aspire integration
## Overview

Orleans integration with .NET Aspire uses the `Aspire.Hosting.Orleans` package in your AppHost project. This package provides extension methods to:
Orleans integration with Aspire uses the `Aspire.Hosting.Orleans` package in your AppHost project. This package provides extension methods to:
:::zone target="docs" pivot="orleans-8-0,orleans-9-0,orleans-10-0"

[.NET Aspire](/dotnet/aspire/get-started/aspire-overview) provides a streamlined approach to building cloud-native applications with built-in support for Orleans. Starting with Orleans 8.0, you can use Aspire to orchestrate your Orleans cluster, manage backing resources (like Redis or Azure Storage), and automatically configure service discovery, observability, and health checks.
[Aspire](https://aspire.dev/integrations/frameworks/orleans) provides a streamlined approach to building cloud-native applications with built-in support for Orleans. Starting with Orleans 8.0, you can use Aspire to orchestrate your Orleans cluster, manage backing resources (like Redis or Azure Storage), and automatically configure service discovery, observability, and health checks.

- [.NET Aspire overview](/dotnet/aspire/get-started/aspire-overview)
- [.NET Aspire setup and tooling](/dotnet/aspire/fundamentals/setup-tooling)
- [Aspire overview](https://aspire.dev/get-started/prerequisites/)
- [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0) or later
- [.NET Aspire workload](/dotnet/aspire/fundamentals/setup-tooling)
- An IDE with Aspire support (Visual Studio 2022 17.9+, VS Code with C# Dev Kit, or JetBrains Rider)
- [Aspire cli](https://aspire.dev/get-started/install-cli/)
:::zone target="docs" pivot="orleans-3-x"

.NET Aspire integration is available in Orleans 8.0 and later. Orleans 3.x does not support .NET Aspire.
Aspire integration is available in Orleans 8.0 and later. Orleans 3.x does not support .NET Aspire.
@dotnet-policy-service dotnet-policy-service Bot added the community-contribution Indicates PR is created by someone from the .NET community. label Jun 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Indicates PR is created by someone from the .NET community.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants