GitVersionCoreModule Class

Summary

Registers the core GitVersion services including version calculation, repository access, and caching.
Namespace
GitVersion
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IGitVersionModule"] click Interface0 "/api/GitVersion/IGitVersionModule" Type["GitVersionCoreModule"] class Type type-node

Syntax

public class GitVersionCoreModule : IGitVersionModule

Methods

Name Value Summary
RegisterTypes(IServiceCollection) void
Registers all core services into the DI container.

Extension Methods

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