Skip to content
Docs Try Aspire

IResourceWithDacpac

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