ICakeDebugger Interface

Summary

Represents a mechanism to interact with the debugger.
Namespace
Cake.Core.Diagnostics
Implementing Types
graph BT Type["ICakeDebugger"] class Type type-node Implementing0["CakeDebugger"]-.->Type click Implementing0 "/api/Cake.Core.Diagnostics/CakeDebugger"

Syntax

public interface ICakeDebugger

Methods

Name Value Summary
WaitForAttach(TimeSpan) void
Waits for a debugger to attach to the process.

Extension Methods

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