C# Class CCNet.Build.CheckProject.AllFilesShouldUseUtf8

Inheritance: IChecker
Afficher le fichier Open project: shuruev/CCNet.Extensions

Méthodes publiques

Méthode Description
Check ( CheckContext context ) : void

Private Methods

Méthode Description
GetLocalOnlyAnsiCharacters ( int>.Dictionary tfsEncodings ) : bool>.Dictionary
GetLocalUtf8BomSignatures ( IEnumerable textFiles ) : bool>.Dictionary
GetTfsEncodings ( CheckContext context ) : int>.Dictionary
IsUsingOnlyAnsiCharacters ( string filePath, int tfsEncoding ) : bool
IsUsingUtf8BomSignature ( string filePath ) : bool
ShouldAlwaysUseUtf8WithBom ( string textFile ) : bool

Method Details

Check() public méthode

public Check ( CheckContext context ) : void
context CheckContext
Résultat void