nosinovacao / name-sdk

A dependencies management library designed to expose and access dependencies information.
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

Add a connection string locator for environment variables #16

Closed Symbianx closed 6 years ago

Symbianx commented 7 years ago

There are scenarios where connection strings are set using environment variables (e.g. docker), that scenarios should be supported.

Changes:

Add a new EnvironmentConnectionStringLocator class and change the dependencies file parser to read the locator, which only receives the environment variable name.

Symbianx commented 6 years ago

Implemented by #30.