@@ -27,8 +27,8 @@ This repository contains the source code for the .NET Aspire Community Toolkit,
2727| - ** Learn More** : [ ` Hosting.Rust ` ] [ rust-integration-docs ] <br /> - Stable 📦: [ ![ CommunityToolkit.Aspire.Hosting.Rust] [ rust-shields ]] [ rust-nuget ] <br /> - Preview 📦: [ ![ CommunityToolkit.Aspire.Hosting.Rust] [ rust-shields-preview ]] [ rust-nuget-preview ] | A hosting integration for the Rust apps. |
2828| - ** Learn More** : [ ` Hosting.Bun ` ] [ bun-integration-docs ] <br /> - Stable 📦: [ ![ CommunityToolkit.Aspire.Hosting.Bun] [ bun-shields ]] [ bun-nuget ] <br /> - Preview 📦: [ ![ CommunityToolkit.Aspire.Hosting.Bun] [ bun-shields-preview ]] [ bun-nuget-preview ] | A hosting integration for the Bun apps. |
2929| - ** Learn More** : [ ` Hosting.Python.Extensions ` ] [ python-ext-integration-docs ] <br /> - Stable 📦: [ ![ CommunityToolkit.Aspire.Python.Extensions] [ python-ext-shields ]] [ python-ext-nuget ] <br /> - Preview 📦: [ ![ CommunityToolkit.Aspire.Hosting.Python.Extensions] [ python-ext-shields-preview ]] [ python-ext-nuget-preview ] | An integration that contains some additional extensions for running python applications |
30- | - ** Learn More** : [ ` Hosting.EventStore ` ] [ eventstore -integration-docs] <br /> - Stable 📦: [ ![ CommunityToolkit.Aspire.Hosting.EventStore ] [ eventstore -shields]] [ eventstore -nuget] <br /> - Preview 📦: [ ![ CommunityToolkit.Aspire.Hosting.EventStore ] [ eventstore -shields-preview]] [ eventstore -nuget-preview] | An Aspire hosting integration leveraging the [ EventStore ] ( https://eventstore.com ) container. |
31- | - ** Learn More** : [ ` EventStore ` ] [ eventstore -integration-docs] <br /> - Stable 📦: [ ![ CommunityToolkit.Aspire.EventStore ] [ eventstore -client-shields]] [ eventstore -client-nuget] <br /> - Preview 📦: [ ![ CommunityToolkit.Aspire.EventStore ] [ eventstore -client-shields-preview]] [ eventstore -client-nuget-preview] | An Aspire client integration for the [ EventStore ] ( https://github.com/EventStore/EventStore -Client-Dotnet ) package. |
30+ | - ** Learn More** : [ ` Hosting.KurrentDB ` ] [ kurrentdb -integration-docs] <br /> - Stable 📦: [ ![ CommunityToolkit.Aspire.Hosting.KurrentDB ] [ kurrentdb -shields]] [ kurrentdb -nuget] <br /> - Preview 📦: [ ![ CommunityToolkit.Aspire.Hosting.KurrentDB ] [ kurrentdb -shields-preview]] [ kurrentdb -nuget-preview] | An Aspire hosting integration leveraging the [ KurrentDB ] ( https://www.kurrent.io ) container. |
31+ | - ** Learn More** : [ ` KurrentDB ` ] [ kurrentdb -integration-docs] <br /> - Stable 📦: [ ![ CommunityToolkit.Aspire.KurrentDB ] [ kurrentdb -client-shields]] [ kurrentdb -client-nuget] <br /> - Preview 📦: [ ![ CommunityToolkit.Aspire.KurrentDB ] [ kurrentdb -client-shields-preview]] [ kurrentdb -client-nuget-preview] | An Aspire client integration for the [ KurrentDB ] ( https://github.com/kurrent-io/KurrentDB -Client-Dotnet ) package. |
3232| - ** Learn More** : [ ` Hosting.Flagd ` ] [ flagd-integration-docs ] <br /> - Stable 📦: [ ![ CommunityToolkit.Aspire.Hosting.Flagd] [ flagd-shields ]] [ flagd-nuget ] <br /> - Preview 📦: [ ![ CommunityToolkit.Aspire.Hosting.Flagd] [ flagd-shields-preview ]] [ flagd-nuget-preview ] | A .NET Aspire hosting integration for [ flagd] ( https://flagd.dev ) , a feature flag evaluation engine. |
3333| - ** Learn More** : [ ` Hosting.ActiveMQ ` ] [ activemq-integration-docs ] <br /> - Stable 📦: [ ![ CommunityToolkit.Aspire.Hosting.ActiveMQ] [ activemq-shields ]] [ activemq-nuget ] <br /> - Preview 📦: [ ![ CommunityToolkit.Aspire.Hosting.ActiveMQ] [ activemq-shields-preview ]] [ activemq-nuget-preview ] | An Aspire hosting integration leveraging the [ ActiveMq] ( https://activemq.apache.org ) container. |
3434| - ** Learn More** : [ ` Hosting.Sqlite ` ] [ sqlite-integration-docs ] <br /> - Stable 📦: [ ![ CommunityToolkit.Aspire.Hosting.Sqlite] [ sqlite-shields ]] [ sqlite-hosting-nuget ] <br /> - Preview 📦: [ ![ CommunityToolkit.Aspire.Hosting.Sqlite] [ sqlite-shields-preview ]] [ sqlite-hosting-nuget-preview ] | An Aspire hosting integration to setup a SQLite database with optional SQLite Web as a dev UI. |
@@ -155,15 +155,15 @@ This project is supported by the [.NET Foundation](https://dotnetfoundation.org)
155155[ python-ext-nuget ] : https://nuget.org/packages/CommunityToolkit.Aspire.Hosting.Python.Extensions/
156156[ python-ext-shields-preview ] : https://img.shields.io/nuget/vpre/CommunityToolkit.Aspire.Hosting.Python.Extensions?label=nuget%20(preview)
157157[ python-ext-nuget-preview ] : https://nuget.org/packages/CommunityToolkit.Aspire.Hosting.Python.Extensions/absoluteLatest
158- [ eventstore -integration-docs] : https://learn.microsoft.com/dotnet/aspire/community-toolkit/hosting-eventstore
159- [ eventstore -shields] : https://img.shields.io/nuget/v/CommunityToolkit.Aspire.Hosting.EventStore
160- [ eventstore -nuget] : https://nuget.org/packages/CommunityToolkit.Aspire.Hosting.EventStore /
161- [ eventstore -shields-preview] : https://img.shields.io/nuget/vpre/CommunityToolkit.Aspire.Hosting.EventStore ?label=nuget%20(preview)
162- [ eventstore -nuget-preview] : https://nuget.org/packages/CommunityToolkit.Aspire.Hosting.EventStore /absoluteLatest
163- [ eventstore -client-shields] : https://img.shields.io/nuget/v/CommunityToolkit.Aspire.EventStore
164- [ eventstore -client-nuget] : https://nuget.org/packages/CommunityToolkit.Aspire.EventStore /
165- [ eventstore -client-shields-preview] : https://img.shields.io/nuget/vpre/CommunityToolkit.Aspire.EventStore ?label=nuget%20(preview)
166- [ eventstore -client-nuget-preview] : https://nuget.org/packages/CommunityToolkit.Aspire.EventStore /absoluteLatest
158+ [ kurrentdb -integration-docs] : https://learn.microsoft.com/dotnet/aspire/community-toolkit/hosting-kurrentdb
159+ [ kurrentdb -shields] : https://img.shields.io/nuget/v/CommunityToolkit.Aspire.Hosting.KurrentDB
160+ [ kurrentdb -nuget] : https://nuget.org/packages/CommunityToolkit.Aspire.Hosting.KurrentDB /
161+ [ kurrentdb -shields-preview] : https://img.shields.io/nuget/vpre/CommunityToolkit.Aspire.Hosting.KurrentDB ?label=nuget%20(preview)
162+ [ kurrentdb -nuget-preview] : https://nuget.org/packages/CommunityToolkit.Aspire.Hosting.KurrentDB /absoluteLatest
163+ [ kurrentdb -client-shields] : https://img.shields.io/nuget/v/CommunityToolkit.Aspire.KurrentDB
164+ [ kurrentdb -client-nuget] : https://nuget.org/packages/CommunityToolkit.Aspire.KurrentDB /
165+ [ kurrentdb -client-shields-preview] : https://img.shields.io/nuget/vpre/CommunityToolkit.Aspire.KurrentDB ?label=nuget%20(preview)
166+ [ kurrentdb -client-nuget-preview] : https://nuget.org/packages/CommunityToolkit.Aspire.KurrentDB /absoluteLatest
167167[ flagd-integration-docs ] : https://learn.microsoft.com/dotnet/aspire/community-toolkit/hosting-flagd
168168[ flagd-shields ] : https://img.shields.io/nuget/v/CommunityToolkit.Aspire.Hosting.Flagd
169169[ flagd-nuget ] : https://nuget.org/packages/CommunityToolkit.Aspire.Hosting.Flagd/
0 commit comments