C# Class CCNet.Build.CheckProject.CheckPrimarySolution

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

Public Methods

Method Description
Check ( CheckContext context ) : void

Private Methods

Method Description
CheckProjectConfigurationPlatform ( string projectUid, string configuration ) : string
CheckProjectConfigurationPlatforms ( ) : void
CheckSolutionConfigurationPlatforms ( ) : void
CheckTeamFoundationServer ( ) : void
CheckVisualStudioVersion ( ) : void
IsVs2013 ( ) : bool
IsVs2015 ( ) : bool
ParseLines ( CheckContext context ) : List
ParseProjects ( IEnumerable lines ) : string>.Dictionary

Method Details

Check() public method

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