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
Sets the to display version information in console output
- Assembly
- Cake
.EntityFrameworkCore .dll - Namespace
- Cake
.EntityFrameworkCore - Containing Type
- Ef
Core Tool Settings Extensions
Syntax
public static T SetVersion<T>(this T settings) where T : EfCoreToolSettings
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
settings | T | The settings. |
Return Value
Type | Description |
---|---|
T | The settings instance with Version set to true. |