Skip to content

Extension Methods: Extension Methods / Configuration references parser

TL;DR — This page mirrors the Extension Methods / Configuration references parser section from Extension Methods as a focused reference.

When to use

Use this page when you need the focused member list, signatures, and source notes for this section without scanning the full parent reference.

C# (CAC) usage

ResolveReferencesInConfiguration

Source file, signature, and docstring

Member ConfigurationReferencesParser.ResolveReferencesInConfiguration(this IConfiguration builtConfiguration, ICollection<ReferenceConfig>? referenceConfigs, IList<string>? referenceResolutionPaths, IList<string>? uniqueIdPathRegexes, bool resolveReferencesWithEnvironmentVariables)

Kind function

Declaring Type ConfigurationReferencesParser (extension type)

Source File QaaS.Framework.Configurations/References/ConfigurationReferencesParser.cs

Signature

public static IConfiguration ResolveReferencesInConfiguration(this IConfiguration builtConfiguration, ICollection<ReferenceConfig>? referenceConfigs, IList<string>? referenceResolutionPaths, IList<string>? uniqueIdPathRegexes, bool resolveReferencesWithEnvironmentVariables)

Docstring

Resolves all references in configuration according to loaded reference configs and given referenceResolutionPaths

Edge cases

  • This page is generated from the parent reference section; edit the source XML docs or generator when content needs to change.
  • If a linked source member is renamed, regenerate the reference docs before changing prose by hand.

See also