IVersionFilter Interface

Summary

Determines whether a base version or commit should be excluded from version calculation.
graph BT Type["IVersionFilter"] class Type type-node

Syntax

public interface IVersionFilter

Methods

Name Value Summary
Exclude(IBaseVersion, string) bool
Returns true when baseVersion should be excluded, setting reason to a description of why.
Exclude(ICommit, string) bool
Returns true when commit should be excluded, setting reason to a description of why.

Extension Methods

Name Value Summary
NotNull<IVersionFilter>(string) T
Throws ArgumentNullException when value is null; otherwise returns the value.
GitHub