Skip to content

Duplicates in different config sources are treated differently #36557

Closed
@ajcvickers

Description

@ajcvickers

See dotnet/extensions#600

Specifically, duplicates within a given source. For example, the same setting repeated twice in an .ini file.

These providers throw either ArgumentException or FormatException:

  • AzureKeyVault
  • Ini
  • KeyPerFile
  • XML
  • Memory

These providers ignore duplicates if the case does match:

  • Json

These providers ignore duplicates if the case does not match:

  • EnvironmentVariables

These providers ignore duplicates:

  • CommandLine

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions