74 packages tagged with “Variables”
Enrich Serilog event with environment variables.
A library to read variables from a .env file and populate the environment variables.
A library for reading and parsing .env files
Integrates DotEnv.Core package with Microsoft.Extensions.Configuration
HumbleConfig is a simple abstraction on top of multiple config sources
An enhancement to Specflow DSL to be able to use dynamic test data in specflow steps by bringing in variables, regular expressions and simple calculations. **Examples**: - Create dynamic test data and refer it in another step When enter [[var=50]] //assign 50 to a variable named "var" Then [[var]] equals 50 // now get variable "var" value - Create dynamic test data using regular expression When enter [[var=RegEx([0-9]{3})]] //assign var with 3 digit random number Then [[var]] is a 3 digits number // now get variable "var" value - Calculations are currently NOT supported
A dotnet library for parsing .env files and optionally injecting their variables into the environment.
Library for reading configuration from multiple sources in .NET. Current sources are in memory properties, app settings file, environment variables and command line arguments. It is also possible to implement your own configuration sources (like database, consul, etcd, etc.)
DSL.Reqnroll is Reqnroll plugin that enables use of dynamic test data in Reqnroll steps by bringing in custom and environment variables, built-in functions, regular expressions and bespoke transformations. It's re-write of [SpecFlow.DSL](https://github.com/wenyuansong/Specflow.DSL) library, written originally by [Wenyuan(Ryan)](https://github.com/wenyuansong) and [Liam Flanagan](https://github.com/JovialJerboa), to align it with Reqnroll with multiple enhancements on the top. Warning: !! IParameterTransformer interface becomes obsolete in version 1.2.0 - it will be removed in the future. Please use IUserVariableTransformer interface from DSL.ReqnrollPlugin.Transformers namespace which also has _AddBespokeTransformer_ method to add bespoke transformations. Capabilities: -> Built-in functions: TODAY, RANDOM (from v1.2.0) -> Retrieve value of environment variables (from v1.1.0) -> Create dynamic test data and refer it in another step -> Create dynamic test data using regular expression -> Simple calculations via bespoke transformations
A simple library that uses the VSTS REST API to retrieve configuration values for Test Management Test Configurations in VSTS for use in tests at runtime.
Add Elastic Beanstalk Environment Properties to environment variables.
Configure your .Net application via environment variables in a sane manner.
Just writes out all of the nuget powershell variables. Also writes out to the %temp%\NuGetPSVariables directory three log files: * nuget.variables.init.ps1.log * nuget.variables.install.ps1.log * nuget.variables.uninstall.ps1.log
RPN Expression Parser and Evaluator with databinding to POCO and INPC instances.
Enver is a helper library that populates properties on your classes from environment variables that you define.
An environment variable loading utility inspired by the Rust crate of the same name.
SXCore.Lexems is a small library to use Text Expressions with Functions and Variables, that could be calculated on the fly.
All in One and Multi Purpose .NET Library.
A fluent api that will help you to match patterns of primitives. So basically a switch statement with multiple variables.
Provides access to configuration files and environment variables for client applications.
Library to help when accessing environment variables.
Strictly defined configuration when using environment variables
Vetcher is a multiple container variable lookup utility with build-in providers for AWS Secrets, Environment Variables, AppSettings, and Static definitions
Small .NET Standard library to easy access to all environment variables you need
Exposes environment variable interactions through a Dynamic object.
This package represents Configuration.EnvironmentVariables adapter for AnyWhere configuration engine. Please visit https://github.com/coherentsolutionsinc/anywhere-configuration/wiki/EnvironmentVariables-Adapter for details.
CSS variable overrides for the latest version of Bootstrap.
Integrates DotEnv.Core package with Microsoft.Extensions.DependencyInjection
Command line tool for loading environment variables from .env files.
Working with .netcore applications on Heroku, you have to manually update appsettings.json file from Heroku's Dashboard using environment variables. This package allows automatically getting all environment variables from Heroku and injects all variables (configurable) into the IConfiguration instances.