NuGetSettings Class

Summary

Settings for specifying NuGet packages.
Assembly
Cake.Wyam.dll
Namespace
Cake.Wyam
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["NuGetSettings"] class Type type-node

Syntax

public class NuGetSettings

Constructors

Name Summary
NuGetSettings()

Properties

Name Value Summary
Exclusive bool
Indicates that only the specified package source(s) should be used to find the package.
Package string
The package to install.
Prerelease bool
Specifies that prerelease packages are allowed.
Source IEnumerable<string>
Specifies the package source(s) to get the package from.
Unlisted bool
Specifies that unlisted packages are allowed.
Version string
Specifies the version of the package to use.

Extension Methods

Name Value Summary
Dump<NuGetSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<NuGetSettings>(NuGetSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<NuGetSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<NuGetSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<NuGetSettings>(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<NuGetSettings>(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