# IResourceWithDacpac

- Kind: `interface`
- Package: [CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects](/reference/api/csharp/communitytoolkit.aspire.hosting.sqldatabaseprojects.md)
- Version: `13.1.1`
- Namespace: `Aspire.Hosting.ApplicationModel`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/67afcca30f02c18687f9c5219313710af9706630/src/CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects/IResourceWithDacpac.cs)
- Implements: `IResource`, `IResourceWithWaitSupport`

Represents a resource that produces a .dacpac file.

## Definition

```csharp
namespace Aspire.Hosting.ApplicationModel;

public interface IResourceWithDacpac
    : Aspire.Hosting.ApplicationModel.IResource,
      Aspire.Hosting.ApplicationModel.IResourceWithWaitSupport
{
    // ...
}
```
