Interface IAnalyzer
Modify properties of projects inside project list
Namespace: BuildSystem.ProjectList
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface IAnalyzer
Properties
ProjectDependencyScanner
Analyzer for native properties
Declaration
IProjectDependencyScanner? ProjectDependencyScanner { get; set; }
Property Value
Type | Description |
---|---|
IProjectDependencyScanner |
Props
Properties
Declaration
IAnalyzerProps Props { get; }
Property Value
Type | Description |
---|---|
IAnalyzerProps |
Methods
Analyze(List<IProject>)
Right now we've got only one method, because there is no opportunity to divide it into several stateless methods. Later, this method should be refactored into several stateless methods
Declaration
void Analyze(List<IProject> projectList)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<><IProject> | projectList |