Overview of Aspire Community Toolkit packages
mainThe Aspire Community Toolkit provides a collection of community-created integrations and extensions for .NET Aspire. These packages are generally categorized into two types:
- Hosting Integrations: Used in the Aspire AppHost to provision and run resources like databases, message brokers, or runtimes (e.g.,
Hosting.Golang,Hosting.PostgreSQL.Extensions,Hosting.Ollama). - Client Integrations: Used in your application code to provide seamless connection and configuration for the hosted resources (e.g.,
OllamaSharp,Meilisearch,MinIO.Client).
Some packages provide extensions for existing core Aspire integrations to add specialized functionality (e.g., Hosting.Redis.Extensions, Hosting.MongoDB.Extensions).