Summary
Base class for all .NET Core related tools.
- Namespace
- Cake
.Common .Tools .DotNetCore - Base Types
-
- object
- Tool
<TSettings> - DotNetTool
<TSettings>
- Derived Types
graph BT
Type-->Base0["DotNetTool<TSettings>"]
Base0-->Base1["Tool<TSettings>"]
Base1-->Base2["object"]
Type["DotNetCoreTool<TSettings>"]
class Type type-node
Derived0["DotNetCoreNuGetDeleter"]-->Type
click Derived0 "/api/Cake.Common.Tools.DotNetCore.NuGet.Delete/DotNetCoreNuGetDeleter"
Derived1["DotNetCoreTester"]-->Type
click Derived1 "/api/Cake.Common.Tools.DotNetCore.Test/DotNetCoreTester"
Derived2["DotNetCoreBuilder"]-->Type
click Derived2 "/api/Cake.Common.Tools.DotNetCore.Build/DotNetCoreBuilder"
Derived3["DotNetCoreNuGetSourcer"]-->Type
click Derived3 "/api/Cake.Common.Tools.DotNetCore.NuGet.Source/DotNetCoreNuGetSourcer"
Derived4["DotNetCoreMSBuildBuilder"]-->Type
click Derived4 "/api/Cake.Common.Tools.DotNetCore.MSBuild/DotNetCoreMSBuildBuilder"
Derived5["DotNetCoreBuildServer"]-->Type
click Derived5 "/api/Cake.Common.Tools.DotNetCore.BuildServer/DotNetCoreBuildServer"
Derived6["DotNetCoreToolRunner"]-->Type
click Derived6 "/api/Cake.Common.Tools.DotNetCore.Tool/DotNetCoreToolRunner"
Derived7["DotNetCorePacker"]-->Type
click Derived7 "/api/Cake.Common.Tools.DotNetCore.Pack/DotNetCorePacker"
Derived8["DotNetCoreRestorer"]-->Type
click Derived8 "/api/Cake.Common.Tools.DotNetCore.Restore/DotNetCoreRestorer"
Derived9["DotNetCoreRunner"]-->Type
click Derived9 "/api/Cake.Common.Tools.DotNetCore.Run/DotNetCoreRunner"
Derived10["DotNetCoreNuGetPusher"]-->Type
click Derived10 "/api/Cake.Common.Tools.DotNetCore.NuGet.Push/DotNetCoreNuGetPusher"
Derived11["DotNetCoreVSTester"]-->Type
click Derived11 "/api/Cake.Common.Tools.DotNetCore.VSTest/DotNetCoreVSTester"
Derived12["DotNetCorePublisher"]-->Type
click Derived12 "/api/Cake.Common.Tools.DotNetCore.Publish/DotNetCorePublisher"
Derived13["DotNetCoreCleaner"]-->Type
click Derived13 "/api/Cake.Common.Tools.DotNetCore.Clean/DotNetCoreCleaner"
Syntax
public abstract class DotNetCoreTool<TSettings> : DotNetTool<TSettings>
where TSettings : DotNetSettings
Type Parameters
Name | Description |
---|---|
TSettings | The settings type. |
Constructors
Name | Summary |
---|---|
DotNetCoreTool |
Initializes a new instance of the DotNetCoreTool<TSettings> class.
|
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 |
Throws an exception if the specified parameter's value is null.
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 if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator 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
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|