Include Variable Libraries into other Variable Libraries
I love the new Libraries feature. I've been using it a lot to set up connection strings and api hostnames, etc. I've started declaring variables that interpolate other variables from a different library.
For example, let's say I have two different rabbit mq clusters, and I want to reference the hostname/username/password of one of them in a variable library for a shared component. Currently my only option is to include both libraries - the correct rabbit mq cluster library and the shared component library into a Project that needs them.
It would be the bees knees if I could just say SharedComponentSettings (library) depends on RabbitMQClusterA (library), and only have to import SharedComponentSettings into projects that need it.
-Aaron
P.S. Much love from The Motley Fool

-
Anders Andersson commented
Yes please!