Summary
Settings.
- Assembly
- Rocket
.Surgery .Cake .dll - Namespace
- Rocket
.Surgery .Cake - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Settings"]
class Type type-node
Syntax
public class Settings
Constructors
Name | Summary |
---|---|
Settings |
Initializes a new instance of the Settings class.
|
Properties
Name | Value | Summary |
---|---|---|
Configuration | string |
Gets the configuration.
|
Coverage | Settings |
Gets the coverage.
|
Diagnostic | bool |
Gets or sets a value indicating whether this
Settings is diagnostic.
|
DotNetCoreVerbosity | DotNetCoreVerbosity |
Gets the dot net core verbosity.
|
Environment | Dictionary |
Gets the environment.
|
MsBuildVerbosity | Verbosity |
Gets the ms build verbosity.
|
Pack | Settings |
Gets the pack.
|
Verbosity | Verbosity |
Gets the verbosity.
|
Version | GitVersion |
Gets the version.
|
XUnit | Settings |
Gets the x unit.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|