# CommunityToolkit.Aspire.Hosting.RavenDB

- Package: `CommunityToolkit.Aspire.Hosting.RavenDB`
- Version: `13.1.1`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/tree/67afcca30f02c18687f9c5219313710af9706630/src/CommunityToolkit.Aspire.Hosting.RavenDB)
- NuGet: [CommunityToolkit.Aspire.Hosting.RavenDB](https://www.nuget.org/packages/CommunityToolkit.Aspire.Hosting.RavenDB)

## Namespaces

### Aspire.Hosting

- [RavenDBBuilderExtensions](/reference/api/csharp/communitytoolkit.aspire.hosting.ravendb/ravendbbuilderextensions.md) -- `class` `static` -- Provides extension methods for adding RavenDB resources to an `Hosting.IDistributedApplicationBuilder`.

### Aspire.Hosting.ApplicationModel

- [RavenDBDatabaseResource](/reference/api/csharp/communitytoolkit.aspire.hosting.ravendb/ravendbdatabaseresource.md) -- `class` -- A resource that represents a RavenDB database. This is a child resource of a [RavenDBServerResource](/reference/api/csharp/communitytoolkit.aspire.hosting.ravendb/ravendbserverresource.md).
- [RavenDBServerResource](/reference/api/csharp/communitytoolkit.aspire.hosting.ravendb/ravendbserverresource.md) -- `class` -- A resource that represents a RavenDB container.

### CommunityToolkit.Aspire.Hosting.RavenDB

- [LicensingOptions](/reference/api/csharp/communitytoolkit.aspire.hosting.ravendb/licensingoptions.md) -- `class` `sealed` -- Represents licensing options for a RavenDB server.
- [RavenDBSecuredServerSettings](/reference/api/csharp/communitytoolkit.aspire.hosting.ravendb/ravendbsecuredserversettings.md) -- `class` `sealed` -- Represents secured settings for a RavenDB server, including certificate information and a public server URL.
- [RavenDBServerSettings](/reference/api/csharp/communitytoolkit.aspire.hosting.ravendb/ravendbserversettings.md) -- `class` -- Represents the settings for configuring a RavenDB server resource.
- [SetupMode](/reference/api/csharp/communitytoolkit.aspire.hosting.ravendb/setupmode.md) -- `enum` -- Represents the setup modes for configuring a RavenDB server.
