GitVersionCommonModule Class

Summary

Registers common infrastructure services such as logging, file system, environment, and build-agent resolution.
Namespace
GitVersion
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IGitVersionModule"] click Interface0 "/api/GitVersion/IGitVersionModule" Type["GitVersionCommonModule"] class Type type-node

Syntax

public class GitVersionCommonModule : IGitVersionModule

Methods

Name Value Summary
RegisterTypes(IServiceCollection) void
Registers the common infrastructure services into the DI container.

Extension Methods

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