Provides extension methods and resource definitions for a .NET Aspire AppHost to configure a Structurizr resource.
In your AppHost project, install the .NET Aspire Structurizr Hosting library with NuGet:
dotnet add package Shahab.Aspire.Hosting.Structurizr
Then, in the Program.cs file of AppHost
, add a Structurizr resource:
builder.AddStructurizr("structurizr");