C# Class CCNet.ProjectChecker.Program

Checks project during build process.
Afficher le fichier Open project: shuruev/CCNet.Extensions

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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.

Method Details

CheckForbiddenFiles() public static méthode

Checks "ForbiddenFiles" condition.
public static CheckForbiddenFiles ( ) : void
Résultat void

CheckWrongAssemblyInfoContents() public static méthode

Checks "WrongAssemblyInfoContents" condition.
public static CheckWrongAssemblyInfoContents ( ) : void
Résultat void

CheckWrongConfig() public static méthode

Checks "WrongConfig" condition.
public static CheckWrongConfig ( ) : void
Résultat void

CheckWrongDefaultConfig() public static méthode

Checks "WrongDefaultConfig" condition.
public static CheckWrongDefaultConfig ( ) : void
Résultat void

CheckWrongFileSet() public static méthode

Checks "WrongFileSet" condition.
public static CheckWrongFileSet ( ) : void
Résultat void

CheckWrongReferences() public static méthode

Checks "WrongReferences" condition.
public static CheckWrongReferences ( ) : void
Résultat void

Main() public static méthode

Main program.
public static Main ( string args ) : int
args string
Résultat int