You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
ConfigurationPath has propery KeyDelimiter = ":", ConfigurationBinder uses it to separate individual keys in a path and because of this, the ConfigurationBinder.BindDictionary method tries to create an instance of the string instead of the KeyValuePair instance.
My main question.
Is this behavior as designed and I can not use colons in the dictionary keys?
Or it is a bug and I can try to fix this bug in ConfigurationBinder?