Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 686 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 686 Bytes

Aspire.Hosting.Structurizr

Provides extension methods and resource definitions for a .NET Aspire AppHost to configure a Structurizr resource.

Getting started

Install the package

In your AppHost project, install the .NET Aspire Structurizr Hosting library with NuGet:

dotnet add package Shahab.Aspire.Hosting.Structurizr

Usage example

Then, in the Program.cs file of AppHost, add a Structurizr resource:

builder.AddStructurizr("structurizr");

Additional documentation

https://docs.structurizr.com/

Feedback & contributing

https://github.com/dotnet/aspire