Skip to content
DocsTry Aspire
DocsTry

DacpacSkipWhenDeployedAnnotation

Classsealednet10.0
📦 CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects v13.4.0
Represents a metadata annotation that specifies that .dacpac deployment should be skipped if metadata in the target database indicates that the .dacpac has already been deployed in it's current state.
namespace Aspire.Hosting.ApplicationModel;
public sealed class DacpacSkipWhenDeployedAnnotation
: Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
// ...
}
IResourceAnnotation