DocumentorDatabaseExtensionsAspire 130.2025.2311.1942
dotnet add package DocumentorDatabaseExtensionsAspire --version 130.2025.2311.1942
NuGet\Install-Package DocumentorDatabaseExtensionsAspire -Version 130.2025.2311.1942
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DocumentorDatabaseExtensionsAspire" Version="130.2025.2311.1942" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DocumentorDatabaseExtensionsAspire" Version="130.2025.2311.1942" />
<PackageReference Include="DocumentorDatabaseExtensionsAspire" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DocumentorDatabaseExtensionsAspire --version 130.2025.2311.1942
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DocumentorDatabaseExtensionsAspire, 130.2025.2311.1942"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DocumentorDatabaseExtensionsAspire@130.2025.2311.1942
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DocumentorDatabaseExtensionsAspire&version=130.2025.2311.1942
#tool nuget:?package=DocumentorDatabaseExtensionsAspire&version=130.2025.2311.1942
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DocumentorDatabaseExtensionsAspire
Features
DocumentorDatabaseExtensionsAspire provides extension methods for .NET Aspire SQL Server hosting to automate documentation generation and integration:
- AddDocumentationOnFolder: Easily add documentation generation for a
SqlServerDatabaseResourcein your Aspire application. This extension: - Embeds and extracts documentation assets (docusaurus ) into your project folder.
- Sets up a documentation generator project (from a GitHub repository) linked to your database resource.
- Ensures documentation is generated and available for your database, with health checks and environment configuration.
- Integrates repository cloning and project setup for documentation tools.
See video at
Requirements
- .NET 10.0 or later
- .NET Aspire 13.0.0 or later
- SQL Server (via Aspire.Hosting.SqlServer)
License
MIT License - see LICENSE.txt for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Aspire.Hosting.SqlServer (>= 13.0.0)
- Dutchskull.Aspire.PolyRepo (>= 9.0.0)
- NFH.FileEmbed (>= 0.1.0-beta)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 130.2025.2311.1942 | 172 | 11/23/2025 |
| 95.2025.1110.1942 | 246 | 11/10/2025 |
Initial release with SQL command execution, script execution, and SQLPad integration for .NET Aspire.