Description
Just curious if there's any way to supply dynamic keys, like a Map<string, string>? eg. if I had a top-level Connections key, I could add in an entry for each DB connection.
I tried using Dictionary<string, string> but got a not implemented error.
Related information
- macOS Mojave
- FSconfig 2.1.6
- 3.1.300 .NET core
Description
Just curious if there's any way to supply dynamic keys, like a
Map<string, string>? eg. if I had a top-levelConnectionskey, I could add in an entry for each DB connection.I tried using
Dictionary<string, string>but got a not implemented error.Related information