C# Class FluentBuild.Defaults

Defaults for the fluent build runner
Show file Open project: SkightTeam/eLiteWeb

Public Properties

Property Type Description
FrameworkVersion IFrameworkVersion
OnError OnError

Public Methods

Method Description
SetLogger ( IMessageLogger logger ) : void
SetLogger ( string logger ) : void

Private Methods

Method Description
Defaults ( ) : System
IsRunningOnMono ( ) : bool

Method Details

SetLogger() public static method

public static SetLogger ( IMessageLogger logger ) : void
logger IMessageLogger
return void

SetLogger() public static method

public static SetLogger ( string logger ) : void
logger string
return void

Property Details

FrameworkVersion public static property

Sets the .NET Framework version to use. The default is the highest desktop framework found.
public static IFrameworkVersion FrameworkVersion
return IFrameworkVersion

OnError public static property

Sets the behavior of what to do when an error occurs. The default is to fail.
public static OnError OnError
return OnError