VsMetricsToolVersion Class

Summary

Represents a VsMetrics tool version.
Assembly
Cake.VsMetrics.dll
Namespace
Cake.VsMetrics
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["VsMetricsToolVersion"] class Type type-node

Syntax

public sealed class VsMetricsToolVersion : Enum

Fields

Name Constant Value Summary
Default 0
The highest available VsMetrics tool version.
static
value__
VS2013 1
VsMetrics tool version: Visual Studio 2013
static
VS2015 2
VsMetrics tool version: Visual Studio 2015
static

Extension Methods

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