Closed
Description
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