GitVersionConfigurationModule Class

Namespace
GitVersion.Configuration
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IGitVersionModule"] click Interface0 "/api/GitVersion/IGitVersionModule" Type["GitVersionConfigurationModule"] class Type type-node

Syntax

public class GitVersionConfigurationModule : IGitVersionModule

Methods

Name Value Summary
RegisterTypes(IServiceCollection) void

Extension Methods

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