CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects 9.1.0

Prefix Reserved
dotnet add package CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects --version 9.1.0                
NuGet\Install-Package CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects -Version 9.1.0                
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="CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects" Version="9.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects --version 9.1.0                
#r "nuget: CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects, 9.1.0"                
#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.
// Install CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects as a Cake Addin
#addin nuget:?package=CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects&version=9.1.0

// Install CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects as a Cake Tool
#tool nuget:?package=CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects&version=9.1.0                

CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects library

This package provides .NET Aspire integration for SQL Server Database Projects. It allows you to publish SQL Database Projects as part of your .NET Aspire AppHost projects. It currently works with both MSBuild.Sdk.SqlProj and Microsoft.Build.Sql (aka .sqlprojx) based projects.

Usage

To use this package, install it into your .NET Aspire AppHost project:

dotnet add package CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects

Next, add a reference to the MSBuild.Sdk.SqlProj or Microsoft.Build.Sql project you want to publish in your .NET Aspire AppHost project:

dotnet add reference ../MySqlProj/MySqlProj.csproj

Note: Adding this reference will currently result in warning ASPIRE004. This is a known issue and will be resolved in a future release.

Finally add the project as a resource to your .NET Aspire AppHost:

var builder = DistributedApplication.CreateBuilder(args);

var sql = builder.AddSqlServer("sql")
                 .AddDatabase("test");

builder.AddSqlProject<Projects.MySqlProj>("mysqlproj")
       .WithReference(sql);

builder.Build().Run();

Now when you run your .NET Aspire AppHost project you will see the SQL Database Project being published to the specified SQL Server.

Local .dacpac file support

If you are sourcing your .dacpac file from somewhere other than a project reference, you can also specify the path to the .dacpac file directly:

var builder = DistributedApplication.CreateBuilder(args);

var sql = builder.AddSqlServer("sql")
                 .AddDatabase("test");

builder.AddSqlProject("mysqlproj")
       .WithDacpac("path/to/mysqlproj.dacpac")
       .WithReference(sql);

builder.Build().Run();

Deployment options support

Define options that affect the behavior of package deployment.

var builder = DistributedApplication.CreateBuilder(args);

var sql = builder.AddSqlServer("sql")
                 .AddDatabase("test");

builder.AddSqlProject("mysqlproj")
       .WithConfigureDacDeployOptions(options => options.IncludeCompositeObjects = true)
       .WithReference(sql);

builder.Build().Run();
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible. 
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
9.1.0 195 12/12/2024
9.1.0-beta.123 38 1/3/2025
9.1.0-beta.122 37 1/3/2025
9.1.0-beta.121 35 1/2/2025
9.1.0-beta.120 40 12/30/2024
9.1.0-beta.119 36 12/30/2024
9.1.0-beta.118 40 12/30/2024
9.1.0-beta.116 40 12/30/2024
9.1.0-beta.114 38 12/30/2024
9.1.0-beta.113 38 12/30/2024
9.1.0-beta.112 37 12/18/2024
9.1.0-beta.110 42 12/16/2024
9.1.0-beta.109 38 12/12/2024
9.0.1-beta.108 42 12/12/2024
9.0.1-beta.107 42 12/11/2024
9.0.1-beta.106 41 12/12/2024
9.0.1-beta.104 41 12/11/2024
9.0.1-beta.102 45 12/6/2024
9.0.1-beta.99 47 12/6/2024
9.0.1-beta.98 45 12/6/2024
9.0.1-beta.95 48 12/5/2024
9.0.1-beta.94 44 12/5/2024
9.0.1-beta.93 40 12/2/2024
9.0.1-beta.92 117 11/30/2024
9.0.1-beta.91 39 11/30/2024
9.0.1-beta.90 44 11/29/2024
9.0.1-beta.89 45 11/29/2024
9.0.1-beta.88 48 11/27/2024
9.0.1-beta.87 39 11/27/2024
9.0.1-beta.86 44 11/27/2024
9.0.1-beta.84 49 11/24/2024
9.0.1-beta.83 51 11/22/2024
9.0.1-beta.82 51 11/21/2024
9.0.1-beta.81 39 11/19/2024
9.0.1-beta.80 35 11/19/2024
9.0.1-beta.79 44 11/19/2024
9.0.1-beta.77 41 11/15/2024
9.0.0 399 11/15/2024
9.0.0-beta.76 43 11/14/2024
9.0.0-beta.75 41 11/14/2024
9.0.0-beta.74 43 11/14/2024
9.0.0-beta.73 162 11/14/2024
9.0.0-beta.72 42 11/14/2024
9.0.0-beta.71 44 11/13/2024
9.0.0-beta.70 102 11/13/2024
9.0.0-beta.69 45 11/13/2024
9.0.0-beta.68 50 11/13/2024
9.0.0-beta.67 42 11/13/2024
9.0.0-beta.66 50 11/13/2024
9.0.0-beta.63 55 11/12/2024