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.DotNetCoreEf.
Summary
Contains common settings used by
DotNetCoreEfTool<TSettings>
.
- Assembly
- Cake
.DotNetCoreEf .dll - Namespace
- Cake
.DotNetCoreEf - Base Types
-
- DotNetCoreSettings
- Derived Types
graph BT
Type-->Base0["DotNetCoreSettings"]
Type["DotNetCoreEfSettings"]
class Type type-node
Derived0["DotNetCoreEfMigrationListerSettings"]-->Type
click Derived0 "/api/Cake.DotNetCoreEf.Migration/DotNetCoreEfMigrationListerSettings"
Derived1["DotNetCoreEfDatabaseUpdateSettings"]-->Type
click Derived1 "/api/Cake.DotNetCoreEf.Database/DotNetCoreEfDatabaseUpdateSettings"
Derived2["DotNetCoreEfContextSettings"]-->Type
click Derived2 "/api/Cake.DotNetCoreEf/DotNetCoreEfContextSettings"
Derived3["DotNetCoreEfMigrationAddSettings"]-->Type
click Derived3 "/api/Cake.DotNetCoreEf.Migration/DotNetCoreEfMigrationAddSettings"
Derived4["DotNetCoreEfMigrationScriptSettings"]-->Type
click Derived4 "/api/Cake.DotNetCoreEf.Migration/DotNetCoreEfMigrationScriptSettings"
Syntax
public class DotNetCoreEfSettings : DotNetCoreSettings
Constructors
Name | Summary |
---|---|
DotNetCoreEfSettings |
Properties
Name | Value | Summary |
---|---|---|
Configuration | string |
The configuration to use.
|
Environment | string |
The environment to use. If omitted, "Development" is used.
|
Framework | string |
The target framework.
|
Help | bool |
Show help information
|
Ms |
string |
The MSBuild project extensions path. Defaults to "obj".
|
Project | string |
The project to use.
|
StartupProject | string |
The startup project to use.
|
Methods
Name | Value | Summary |
---|---|---|
SetProject |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|