mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #954] [MERGED] Support setting WireMockServerSettings via Environment #1163
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/954
Author: @StefH
Created: 6/13/2023
Status: ✅ Merged
Merged: 6/22/2023
Merged by: @StefH
Base:
master← Head:stef-953-WireMockServerSettings_via_ENV📝 Commits (8)
9bdfbd2Support parsing environment variables (WireMockServerSettings__)3f9bfa0case ignore3c21219fix15abfacMerge branch 'master' into stef-953-WireMockServerSettings_via_ENV28af130SimpleSettingsParserTests7843aa9.c8cc940int5000625more test📊 Changes
9 files changed (+306 additions, -122 deletions)
View changed files
📝
examples/WireMock.Net.StandAlone.NETCoreApp/Program.cs(+1 -1)📝
src/WireMock.Net.StandAlone/StandAloneApp.cs(+5 -4)➕
src/WireMock.Net/Extensions/DictionaryExtensions.cs(+29 -0)📝
src/WireMock.Net/Settings/SimpleSettingsParser.cs(+28 -3)📝
src/WireMock.Net/Settings/WireMockServerSettings.cs(+3 -1)📝
src/WireMock.Net/Settings/WireMockServerSettingsParser.cs(+12 -11)➕
test/WireMock.Net.Tests/Extensions/DictionaryExtensionsTests.cs(+51 -0)➖
test/WireMock.Net.Tests/Settings/SimpleCommandLineParserTests.cs(+0 -102)➕
test/WireMock.Net.Tests/Settings/SimpleSettingsParserTests.cs(+177 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.