Class GithubPatchAnalyzer
Inheritance
System.Object
GithubPatchAnalyzer
Implements
ITransientDependency
Assembly: Volo.Docs.Domain.dll
Syntax
public class GithubPatchAnalyzer : DomainService, IGithubPatchAnalyzer, IDomainService, ITransientDependency
Methods
HasPatchSignificantChanges(String)
Declaration
public bool HasPatchSignificantChanges(string patch)
Parameters
Type |
Name |
Description |
System.String |
patch |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
ITransientDependency
Extension Methods