-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-Extensions-ConfigurationenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions
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
Metadata
Metadata
Assignees
Labels
area-Extensions-ConfigurationenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions