IConfigurationProvider.

Provide(IReadOnlyDictionary<object, object>?) Method

Summary

Returns the resolved configuration, optionally applying the supplied override values.

Syntax

IGitVersionConfiguration Provide(IReadOnlyDictionary<object, object>? overrideConfiguration = null)

Parameters

Name Type Description
overrideConfiguration IReadOnlyDictionary<object, object>?

Return Value

Type Description
IGitVersionConfiguration
GitHub