This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.grate.
Summary
Gets or sets a value indicating whether to perform a dry run.
- Assembly
- Cake
.grate .dll - Namespace
- Cake
.Grate - Containing Type
- GrateSettings
Syntax
public bool DryRun { get; set; }
Value
Type | Description |
---|---|
bool | This instructs grate to log what would have run, but not to actually run anything against the database. Use this option if you are trying to figure out what grate is going to do. |