PublishDacpacSettings.

UnmodifiableObjectWarnings Property

Summary

Get or set boolean that specifies whether warnings should be generated when differences are found in objects that cannot be modified, for example, if the file size or file paths were different for a file.
Assembly
Cake.SqlServer.dll
Namespace
Cake.SqlServer
Containing Type
PublishDacpacSettings

Syntax

public bool UnmodifiableObjectWarnings { get; set; }

Value

Type Description
bool True to generate warnings; otherwise, false. Default is true.