Interface ISourceHashCalculator
Calculates hash of source files with some specific logic
Namespace: BuildSystem.ProjectList
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface ISourceHashCalculator
Properties
Props
Properties
Declaration
ISourceHashCalculatorProps Props { get; }
Property Value
| Type | Description |
|---|---|
| ISourceHashCalculatorProps |
Methods
CalcHash(IProject, Variant, IProjectList, Dictionary<string, string?>)
Calculates hash of source files with some specific logic
Declaration
string? CalcHash(IProject project, Variant variant, IProjectList projects, Dictionary<string, string?> calcParams)
Parameters
| Type | Name | Description |
|---|---|---|
| IProject | project | |
| Variant | variant | |
| IProjectList | projects | |
| System.Collections.Generic.Dictionary<,><string, string> | calcParams |
Returns
| Type | Description |
|---|---|
| string |