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
When creating our own provider, the environment variables are not obtained from the current process, but from the custom provider (in this case it is a dictionary<string, string>).
Note: The IEnvironmentVariablesProvider interface is specific to the library.
The text was updated successfully, but these errors were encountered:
The idea of this new function is that the consumer can create his own environment variables provider and inject it into a configuration method.
For example:
When creating our own provider, the environment variables are not obtained from the current process, but from the custom provider (in this case it is a
dictionary<string, string>
).Note: The
IEnvironmentVariablesProvider
interface is specific to the library.The text was updated successfully, but these errors were encountered: