Header menu logo Partas.GitNet

SepochSemver Module

Types and nested modules

Type/Module Description

SepochSemver (Module)

Spec

Sepoch

Contains data for the optional Epoch/Scope as described in the Spec.

SepochExceptionComparisonData

SepochExceptionData<'T>

SepochExceptionEqualityData

SepochSemver (Type)

Struct of a SemVersion with the optional Sepoch value.

UnmatchedSepochEquality

An exception risen from performing a .= comparison which provides this exception when the Sepoch are not of the same shape.

UnmatchedSepochSemverComparison

An exception risen from performing a .= comparison on a SepochSemver when the contained Sepoch are not of the same shape.

UnmatchedSepochSemverEquality

Functions and values

Function or value Description

parseSepoch input

Full Usage: parseSepoch input

Parameters:
    input : string

Returns: Sepoch

Parses only the Sepoch from the given value for testing purposes.

input : string
Returns: Sepoch

parseSepochSemver input

Full Usage: parseSepochSemver input

Parameters:
    input : string -

Returns: SepochSemver

SemVer is parsed with an allowable leading whitespace and V or v

input : string

Returns: SepochSemver
ArgumentException style is not a valid Semver.SemVersionStyles value.
ArgumentNullException version is null.
FormatException The version is invalid or not in a format compliant with style.

parseSepochSemverOrError input

Full Usage: parseSepochSemverOrError input

Parameters:
    input : string

Returns: Result<SepochSemver, exn>
input : string
Returns: Result<SepochSemver, exn>

strictParseSepochSemver input

Full Usage: strictParseSepochSemver input

Parameters:
    input : string -

Returns: SepochSemver

Strict SemVer parsing; with no v prefix allowed.

input : string

Returns: SepochSemver
ArgumentException style is not a valid Semver.SemVersionStyles value.
ArgumentNullException version is null.
FormatException The version is invalid or not in a format compliant with style.

strictParseSepochSemverOrError input

Full Usage: strictParseSepochSemverOrError input

Parameters:
    input : string

Returns: Result<SepochSemver, exn>
input : string
Returns: Result<SepochSemver, exn>

tryParseSepochSemver input

Full Usage: tryParseSepochSemver input

Parameters:
    input : string

Returns: SepochSemver option
input : string
Returns: SepochSemver option

tryStrictParseSepochSemver input

Full Usage: tryStrictParseSepochSemver input

Parameters:
    input : string

Returns: SepochSemver option
input : string
Returns: SepochSemver option

Type something to start searching.