DotNetCoreGlobalToolUpdateSettings Class

Assembly
Cake.DotNetCoreGlobalTool.dll
Namespace
Cake.DotNetCoreGlobalTool.Update
Base Types
  • ToolSettings
graph BT Type-->Base0["ToolSettings"] Type["DotNetCoreGlobalToolUpdateSettings"] class Type type-node

Syntax

public sealed class DotNetCoreGlobalToolUpdateSettings : ToolSettings

Constructors

Properties

Name Value Summary
ConfigFile string
The NuGet configuration file to use.
DisableParallel bool
Prevent restoring multiple projects in parallel.
Framework string
The target framework to install the tool for.
IgnoreFailedSources bool
Treat package source failures as warnings.
NoCache bool
Do not cache packages and http requests.
Source string
Add an additional NuGet package source to use during installation.
Version string
The version of the tool package to install.

Extension Methods

Name Value Summary
Dump<DotNetCoreGlobalToolUpdateSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<DotNetCoreGlobalToolUpdateSettings>(DotNetCoreGlobalToolUpdateSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<DotNetCoreGlobalToolUpdateSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<DotNetCoreGlobalToolUpdateSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<DotNetCoreGlobalToolUpdateSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<DotNetCoreGlobalToolUpdateSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin