Library for adding a block to the appsettings.json configuration file for adding variables to scenarios.
Info
Version: | 2.1.1.1 |
Author(s): | Egor Shokhin |
Last Update: | Wednesday, March 30, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/alfa-laboratory/Molder |
NuGet Url: | https://www.nuget.org/packages/Molder.Configuration |
Install
Install-Package Molder.Configuration
dotnet add package Molder.Configuration
paket add Molder.Configuration
Molder.Configuration Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 5.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables(>= 5.0.0)
- Microsoft.Extensions.Configuration.Json(>= 5.0.0)
- Molder(>= 1.0.0)
- SpecFlow(>= 3.5.14)