Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document .NET Aspire support #6844

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
Draft

Document .NET Aspire support #6844

wants to merge 13 commits into from

Conversation

mikeminutillo
Copy link
Member

@mikeminutillo mikeminutillo commented Sep 20, 2024

run: |
echo "Updating advertising manifests"
dotnet workload update --advertising-manifests-only
echo "Installing the Apsire workload"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
echo "Installing the Apsire workload"
echo "Installing the Aspire workload"

run: |
echo "Updating advertising manifests"
dotnet workload update --advertising-manifests-only
echo "Installing the Apsire workload"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
echo "Installing the Apsire workload"
echo "Installing the Aspire workload"

// Uncomment to test throwing a systemic exception
//throw new Exception("BOOM");

//Uncomment to test throwing a transient exception
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
//Uncomment to test throwing a transient exception


[.NET Aspire](https://learn.microsoft.com/en-us/dotnet/aspire/) is a stack for developing distributed applications provided by Microsoft.

This sample shows a .NET Aspire AppHost project which orchestrates multiple NServiceBus endpoints, along with docker images providing a RabbitMQ transport and PostgreSQL persistence.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
This sample shows a .NET Aspire AppHost project which orchestrates multiple NServiceBus endpoints, along with docker images providing a RabbitMQ transport and PostgreSQL persistence.
This sample shows a .NET Aspire AppHost project that orchestrates multiple NServiceBus endpoints. It also launches the following infrastructure, a RabbitMQ server for the configured transport and a PostgreSQL server for persistence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants