Namespaces

Types in Fake

Type FxCopParams

Namespace Fake

Interfaces IEquatable<FxCopParams>, IStructuralEquatable

Methods

Properties

Public instance methods

bool Equals(FxCopParams obj)

Public properties

bool ApplyOutXsl get;

string ConsoleXslFileName get;

IEnumerable<string> DependencyDirectories get;

bool DirectOutputToConsole get;

FxCopErrorLevel FailOnError get;

IEnumerable<string> ImportFiles get;

bool IncludeSummaryReport get;

string OutputXslFileName get;

string PlatformDirectory get;

string ProjectFile get;

string ReportFileName get;

IEnumerable<string> RuleLibraries get;

IEnumerable<string> Rules get;

bool SaveResultsInProjectFile get;

TimeSpan TimeOut get;

string ToolPath get;

IEnumerable<string> TypeList get;

bool Verbose get;

string WorkingDir get;