Summary
Format the project or solution using the specified path and settings.
- Namespace
- Cake
.Common .Tools .DotNet .Format - Containing Type
- DotNetFormatter
Syntax
public void Format(string root, string subcommand, DotNetFormatSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| root | string | The target project or solution path. |
| subcommand | string | The sub command. |
| settings | DotNetFormatSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
