IDeploymentModeCalculator Interface

Summary

Applies a deployment-mode-specific calculation to transform a base semantic version into the final version.
graph BT Type["IDeploymentModeCalculator"] class Type type-node

Syntax

public interface IDeploymentModeCalculator

Methods

Name Value Summary
Calculate(SemanticVersion, IBaseVersion) SemanticVersion
Calculates the final SemanticVersion by applying deployment-mode rules to semanticVersion and baseVersion.

Extension Methods

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