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.EntityFrameworkCore.
Summary
Ef Core Tool Basic Settings
- Assembly
- Cake
.EntityFrameworkCore .dll - Namespace
- Cake
.EntityFrameworkCore - Base Types
-
- DotNetSettings
- Derived Types
graph BT
Type-->Base0["DotNetSettings"]
Type["EfCoreToolSettings"]
class Type type-node
Derived0["EfCoreDatabaseUpdateSettings"]-->Type
click Derived0 "/api/Cake.EntityFrameworkCore.Database/EfCoreDatabaseUpdateSettings"
Syntax
public class EfCoreToolSettings : DotNetSettings
Constructors
Name | Summary |
---|---|
EfCoreToolSettings |
Properties
Name | Value | Summary |
---|---|---|
DbContextClassName | string |
Class name for the DbContext that controls the migrations to deploy
|
MigrationDll | string |
Filename of the DLL that contains your migrations.
|
MigrationsNamespace | string |
.NET namespace for the DbContext class. 'Benday.Demo123.Api.dll
|
NoColor | bool |
Gets or Sets whether to colorize the output.
|
PrefixOutput | bool |
Prefix output with level.
|
StartupDll | string |
Filename of the DLL that is the startup DLL for this published application
|
Verbose | bool |
Gets or Sets whether to show Verbose output
|
Version | bool |
Gets or Sets whether to show the version of Entity Framework.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
FromPath |
T |
Sets the working directory which should be used to run the ef.dll command.
Requires the Cake.EntityFrameworkCore addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
SetDbContextClass |
T |
Requires the Cake.EntityFrameworkCore addin
|
SetMigrationsDll |
T |
Requires the Cake.EntityFrameworkCore addin
|
Set |
T |
Requires the Cake.EntityFrameworkCore addin
|
SetNoColor |
T |
Sets the no color output for Entity Framework output (e.g. - Don't colorize output).
Requires the Cake.EntityFrameworkCore addin
|
SetPrefixOutput |
T |
Sets the Prefix Out with level for the ef.dll. (e.g. - Prefix output with level.).
Requires the Cake.EntityFrameworkCore addin
|
SetStartupDll |
T |
Requires the Cake.EntityFrameworkCore addin
|
SetVerbose |
T |
Sets the verbose output for Entity Framework output. (e.g. - Show verbose output).
Requires the Cake.EntityFrameworkCore addin
|
SetVersion |
T |
Sets the to display version information in console output
Requires the Cake.EntityFrameworkCore 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
|