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" />
                    
Directory.Packages.props
<PackageReference Include="DocumentorDatabaseExtensionsAspire" />
                    
Project file
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
                    
#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
                    
Install as a Cake Addin
#tool nuget:?package=DocumentorDatabaseExtensionsAspire&version=130.2025.2311.1942
                    
Install as a Cake Tool

DocumentorDatabaseExtensionsAspire

NuGet

Features

DocumentorDatabaseExtensionsAspire provides extension methods for .NET Aspire SQL Server hosting to automate documentation generation and integration:

  • AddDocumentationOnFolder: Easily add documentation generation for a SqlServerDatabaseResource in 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

https://ignatandrei.github.io/aspireExtensions/images/DocumentorDatabaseExtensions/video-GenerateDocumentation-20251110194136.mp4

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 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.

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.