C# Class CCNet.Build.CheckProject.AllFilesShouldUseUtf8

Inheritance: IChecker
Show file Open project: shuruev/CCNet.Extensions

Public Methods

Method Description
Check ( CheckContext context ) : void

Private Methods

Method 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 method

public Check ( CheckContext context ) : void
context CheckContext
return void