Skip to content
DocsTry Aspire
DocsTry

IResourceWithDacpac

Interfacenet10.0
📦 CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects v13.4.0
Represents a resource that produces a .dacpac file.
namespace Aspire.Hosting.ApplicationModel;
public interface IResourceWithDacpac
: Aspire.Hosting.ApplicationModel.IResource,
Aspire.Hosting.ApplicationModel.IResourceWithWaitSupport
{
// ...
}
IResourceIResourceWithWaitSupport