C# Класс CCNet.ProjectChecker.Program

Checks project during build process.
Показать файл Открыть проект

Открытые методы

Метод Описание
CheckForbiddenFiles ( ) : void

Checks "ForbiddenFiles" condition.

CheckWrongAssemblyInfoContents ( ) : void

Checks "WrongAssemblyInfoContents" condition.

CheckWrongConfig ( ) : void

Checks "WrongConfig" condition.

CheckWrongDefaultConfig ( ) : void

Checks "WrongDefaultConfig" condition.

CheckWrongFileSet ( ) : void

Checks "WrongFileSet" condition.

CheckWrongReferences ( ) : void

Checks "WrongReferences" condition.

Main ( string args ) : int

Main program.

Приватные методы

Метод Описание
BuildConfigProperties ( ProjectItemType type, CopyToOutputDirectory copyToOutput ) : string>.Dictionary

Builds properties collection for configuration file.

CheckConfigProperties ( string configFileName, ProjectItemType type, CopyToOutputDirectory copyToOutput ) : void

Checks properties for configuration file.

CheckDirectlySpecifiedProperties ( Reference reference, StringBuilder message ) : void

Checks properties that should not be specified directly.

CheckReferenceProperties ( IEnumerable references, StringBuilder message ) : void

Checks properties that should not be specified directly.

CheckUnknownConfiguration ( ) : void

Checks "UnknownConfiguration" condition.

CheckWrongAssemblyInfoFileLocation ( ) : void

Checks "WrongAssemblyInfoFileLocation" condition.

CheckWrongCommonProperties ( ) : void
CheckWrongDebugProperties ( ) : void

Checks "WrongDebugProperties" condition.

CheckWrongManifestContents ( ) : void
CheckWrongManifestFileLocation ( ) : void

Checks "WrongManifestFileLocation" condition.

CheckWrongPlatform ( ) : void

Checks "WrongPlatform" condition.

CheckWrongProjectFileLocation ( ) : void

Checks "WrongProjectFileLocation" condition.

CheckWrongReleaseProperties ( ) : void

Checks "WrongReleaseProperties" condition.

CheckWrongVisualStudioVersion ( ) : void

Checks "WrongVisualStudioVersion" condition.

DisplayUsage ( ) : void

Displays usage text.

PerformChecks ( ) : void

Performs all checks.

Описание методов

CheckForbiddenFiles() публичный статический Метод

Checks "ForbiddenFiles" condition.
public static CheckForbiddenFiles ( ) : void
Результат void

CheckWrongAssemblyInfoContents() публичный статический Метод

Checks "WrongAssemblyInfoContents" condition.
public static CheckWrongAssemblyInfoContents ( ) : void
Результат void

CheckWrongConfig() публичный статический Метод

Checks "WrongConfig" condition.
public static CheckWrongConfig ( ) : void
Результат void

CheckWrongDefaultConfig() публичный статический Метод

Checks "WrongDefaultConfig" condition.
public static CheckWrongDefaultConfig ( ) : void
Результат void

CheckWrongFileSet() публичный статический Метод

Checks "WrongFileSet" condition.
public static CheckWrongFileSet ( ) : void
Результат void

CheckWrongReferences() публичный статический Метод

Checks "WrongReferences" condition.
public static CheckWrongReferences ( ) : void
Результат void

Main() публичный статический Метод

Main program.
public static Main ( string args ) : int
args string
Результат int